| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | May 17 at 23:44 | |
| stats | profile views | 1 |
|
Feb 25 |
awarded | Yearling |
|
Oct 5 |
comment |
When to use identity comparison instead of equals? Should this be tagged as Java specific? The answer is language dependent. (See blogs.msdn.com/b/csharpfaq/archive/2004/03/29/… for details about C#...) |
|
Oct 2 |
comment |
Are there any specific workflows or design patterns that are commonly used to create large functional programming applications? related: stackoverflow.com/q/89212 |
|
Sep 21 |
answered | Improving without mentor |
|
Jul 4 |
comment |
Attributes of an Ethical Programmer? informit.com/articles/article.aspx?p=21268 |
|
Feb 27 |
comment |
Coding Guideline : Methods shouldn't contain more than 7 statements? When reading this guideline I would expect to see a codebase full of: void DoSomething() { DoSomethingFirstSevenLines(); DoSomethingSecondSevenLines(); DoSomethingThirdSevenLines(); etc; } |
|
Jan 31 |
awarded | Critic |
|
Jan 10 |
comment |
Best Version Control Habits For Solo Developer? It's worth mentioning that for DVCS like git and mercurial, to reap the benefits of an offsite backup of your source control (as mentioned in some of the answers) you'd need to push regularly, not just commit. |
|
Jan 10 |
answered | Best Version Control Habits For Solo Developer? |
|
Jan 9 |
awarded | Supporter |
|
Jan 5 |
answered | Is there an IDE for python that creates the same kind of reflective environment that Smalltalk provides? |
|
Oct 29 |
awarded | Teacher |
|
Oct 28 |
answered | Is my description of the actor model right? |