| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 9 months |
| seen | 4 hours ago | |
| stats | profile views | 847 |
|
1h |
awarded | Popular Question |
|
19h |
awarded | Nice Question |
|
1d |
awarded | Enlightened |
|
May 16 |
awarded | Guru |
|
Apr 18 |
comment |
Python unittest - opposite of assertRaises? @hiwaylon - No, this is the correct solution in fact. The solution proposed by user9876 is conceptually flawed: if you test for the non-raising of say ValueError, but ValueError is instead raised, your test must exit with a failure condition, not an error one. On the other hand, if in running the same code you would raise a KeyError, that would be an error, not a failure. In python - differently than some other languages - Exceptions are routinely used for control flow, this is why we have the except <ExceptionName> syntax indeed. To that regard, user9876's solution is simply wrong. |
|
Apr 17 |
comment |
What is the simplest Agile bug tracker @SteveBennett - No, the amount of effort is not the same. Whiteboards are far more lean and time efficient. I have worked with various scrum and XP trainers, and they mostly unanimously share the opinion nothing is as effective and agile as pen&paper. That said, you are spot-on that telecommuting and white boards do not go well together. |
|
Apr 17 |
comment |
What is the simplest Agile bug tracker My experience with Jira is that it is anything but agile. It is quite the opposite indeed. Since we adopted at our company, jira has become the burden that management love bud devs hate. Unresponsive, overly complicated and quite buggy (to Atalassian's merit, they at least fixed the major ones [like crashes on non-ASCII chars] in recent updates). It's a pity, as everybody here were looking forward to adopting it! :( |
|
Apr 17 |
comment |
What is the simplest Agile bug tracker It is not completely free. It is only gratis. |
|
Mar 18 |
answered | How to run a fabric script over a SOCKS proxy? |
|
Mar 14 |
asked | Is it possible to generate a single .pot file from Sphinx documentation? |
|
Mar 9 |
comment |
MongoDB data modelling: any drawbacks in using lots of databases? Hi Jay. I would expect a datastore like Mongo, lacking a schema, to be heaps more efficient in opening a DB than a relational database... but maybe I'm plain wrong on this one? About your second para: making impossible to mix data from different users is a plus, in my scenario. Beside this, because of the way MongoDB URI works [host:port/dbname], one of the advantages of having a DB per user is is that I can pass the information in the URI (particularly handy for interprocess communication). But yeah: if the advantages were overwhelming, I would not have bother asking in the first place! :) |
|
Mar 5 |
comment |
MongoDB data modelling: any drawbacks in using lots of databases? @ppeterka - I might be wrong, but I believe that number is the max number of namespaces per object, so having separate DB's actually makes possible for me to store more data than if I had a single DB with 3 namespaces per user ( userA.messages,userA.statistics`, etc..)... But maybe I misunderstood the documentation on that? |
|
Mar 5 |
asked | MongoDB data modelling: any drawbacks in using lots of databases? |
|
Mar 5 |
awarded | Nice Answer |
|
Mar 3 |
awarded | Notable Question |
|
Mar 2 |
awarded | Caucus |
|
Feb 13 |
awarded | Popular Question |
|
Jan 25 |
awarded | Popular Question |
|
Jan 24 |
answered | Validating integers in Python strings |
|
Jan 23 |
awarded | Nice Answer |