|
I apologize in advance if this question seems remedial.
Which would be considered more efficient in Python:
Standard import
import logging try: ...some code... exception Exception, e: logging.error(e)
...or...
Contextual import
try: ...some code... exception...
Started by Huuuze on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If someConfig: import this as bigDeal else: import how many times you....
An import statement requires checking to see if the module exists, which level, which means precisely once.
Execute the contextual import.
|
|
When considering the placement of an offsite slave database, which is more important in a network connection for maintaining up-to-date replication: low latency or high bandwidth?
Started by jakemcgraw on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Of replication is fairly large (multiple KB), and you're probably going to benefit from more bandwidth.
|
|
Which of one is more important to a career: Certifications like Java, Oracle and Linux or a Master Degree on computer science?
I know that if I go to the academic area the Master Degree would be better, but a Master Degree will be valued by my company...
Started by Pedro Ghilardi on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
A degree in a non-computing field....
Cheaper too.
Plus project of some kind and that will be of far more value to you than a Masters would be.
Of doing a Masters is far more professionally valuable than the time it takes to earn a Masters.
|
Ask your Facebook Friends
|
Which is more important -
Certifications
Real time experience
In a interview if you have to select a candidate from a list of 2 candidates then whom would you select
the one with real time experience in that domain for say 4 years or the one with lots...
Started by PJ on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
But in an interview is basically only exposed through CVs ... .
Not so much for programmers.
Certifications seem to carry more weight on the IT/Network side.
Other things being equal, work experience is far more valuable than certifications.
|
|
Which is more important: The design of the database? Or the design of the application code?
There is a lot of information out there about reusable code (from Carl Franklin at dnrtv.com , CSLA.net , et. al.), but I don't see too much information about ...
Started by Josh on
, 36 posts
by 36 people.
Answer Snippets (Read the full thread at stackoverflow):
I can imagine systems where this might not have been the case .
more on a solid business layer and build my database to support it, but that is my knowledge bias the schemas is far more difficult due to upgrade and compatibility issues.
|
|
I've been a lead developer of a very successful and promising project for several years now. The team I've been working with is just great. Now the top management wants to move the project to another department because that department has responsibility...
Started by sharptooth on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
From my personal and succeed it will definitely....
Therefore, a good team is much more important than a good project.
(Which is so much true when one's trying to date a girl - don't be too concentrated work with.
But the process is long.
|
|
Hi
I am student with 2 years of core java experience. Most of the work which i have done till now is in Java swing and related to other core api's of java. I do have some understanding of Java EE.
But i have to decide which certification I should take...
Started by changed on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I dont think certifications make too much knowledge from experience to be more....
SCJD SCWCD and SCBCD is more valuable.
Servlets,JSPs and JSTL.
In SCWCD you will enter into J2EE specification.
For SCWCD is more worth than compare SCBCD.
|
|
This is really just me soliciting a number of opinions and as a relative newbie to this site, I hope I was correct in marking this post as a community Wiki. If I was mistaken, can someone please correct my mistake.
Anyways, here is the scenario. I am ...
Started by Serapth on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The question boils down to which is greater.
Done and users should expect frequent changes.
|
|
Okay, so if I had a project that used:
import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Dimension; import java.awt.Font; import java.awt.Color; import java.awt.Polygon;
Would it make the Class file smaller to use:
import java.awt....
Started by William on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
No difference of directories) and, of course, on the source code (which is IMO more maintainable when you can see exactly which....
That makes your code more readable, and more maintainable.
A "import foo.bar.*".
|
|
Discs Or Pads?
I know a combination of the two is best,
But if it was a choice between getting amazing pads or getting the best discs
Which would you do? Or which should i do more importantly!
Started by holtt on
, 20 posts
by 8 people.
Answer Snippets (Read the full thread at corsa-c):
But right now i cant afford sick pads and sick discs mate, so i wa asking which is more important for now.
|