| bio | website | twitter.com/ysolik |
|---|---|---|
| location | Canada | |
| age | 31 | |
| visits | member for | 2 years, 9 months |
| seen | May 29 at 16:49 | |
| stats | profile views | 140 |
.Net software developer working in the e-learning industry
|
Nov 21 |
comment |
Which are the significant algorithms for humankind in past decades? @Billy ONeal: straight from msdn - msdn.microsoft.com/en-us/library/b0zbh7b6.aspx |
|
Nov 19 |
comment |
Are Ruby on Rails / Grails the fastest frameworks for getting sites up quickly? @Craig: Out of pure interest and desire to learn something new I'm tempted to pick a small project and get it up and running in MVC and Rails now to see how they compare. |
|
Nov 19 |
comment |
What source control do i want for large project in average company? Take a look at programmers.stackexchange.com/questions/940/… |
|
Nov 15 |
comment |
How to interview someone you know well? @Jeff: Project Manager, who may attend the follow up interview. |
|
Nov 15 |
comment |
How to interview someone you know well? this would be the best option, but what if for some reason you can't say no, and not to the person you have to interview, but the company that asks you to do so |
|
Nov 4 |
comment |
Is it ever ok to have an empty catch statement? @sal: what about @Test(expected=Exception.class) ? |
|
Nov 4 |
comment |
Is it ever ok to have an empty catch statement? I'm not familiar D, but I assume it is possible to do something like bool TryParse(string line, out double valToParse), which may be cleaner. |
|
Oct 25 |
comment |
How to gain understanding of large systems? Related: programmers.stackexchange.com/questions/6395/… |
|
Oct 24 |
comment |
What naming guidelines do you follow? @Inaimathi - Thanks for pointing that out. You are absolutely right and that is a very valuable article. I've edited my post accordingly. |
|
Oct 19 |
comment |
Do you write bad code when under pressure? @Josh: So, do you write bad code in the end in order to meet the deadline? |
|
Oct 19 |
comment |
Do you write bad code when under pressure? Agreed. However, when you are just a developer, you may not have a say in the planning phase and find yourself in this situation not because or your own mistakes. |
|
Oct 16 |
comment |
Methodologies of a high class development team May find some answers here as well: programmers.stackexchange.com/questions/11049/… |
|
Oct 15 |
comment |
What is the best practice for refactoring a static method in order to make it more testable? I've deleted my post as it was invalid for your updated scenario. You may find this valuable: googletesting.blogspot.com/2008/12/… |
|
Oct 13 |
comment |
Stuff every programmer needs while working @Christian Mann: I prefer hardcover lined note books. Something that's sturdy and cannot be easily torn. |
|
Oct 12 |
comment |
Stuff every programmer needs while working @Chris: Two monitors give the flexibility that one, no matter how large, can't, especially if you use swing arms. You can move monitors around and rotate widescreens vertically. |
|
Oct 12 |
comment |
Stuff every programmer needs while working I don't think it matters as long as you have access to freshly brewed coffee :) |
|
Oct 12 |
comment |
Stuff every programmer needs while working @ this.Daniel: I'm almost willing to say it is a must if you want to be productive. |
|
Oct 10 |
comment |
Should you document everything or just most? @Alan and @Ryan: the comment was not meant to contradict Ryan. It was just a play on words :) Btw, I agree with everything Ryan says, except "In an ideal world, yes, you would document everything." In an ideal world you won't have to document anything, the code would be self-documenting and self-explaining. |
|
Oct 10 |
comment |
Should you document everything or just most? Firstly, document everything that DOES NOT make sense |
|
Oct 10 |
comment |
Are there advantages to using a DVCS for a solo developer? See similar post on stackoverflow: stackoverflow.com/questions/179161/…. Everything you need to know is summed up nicely there. |