| bio | website | sleeplessmonkey.com |
|---|---|---|
| location | Wisconsin | |
| age | 29 | |
| visits | member for | 2 years, 9 months |
| seen | yesterday | |
| stats | profile views | 30 |
Independent developer focusing primarily on .NET technologies, but have worked with Java, PHP and others. Also cover a lot of IT related issues as well.
|
Mar 19 |
comment |
What are the reasons for rebuild and redeployment libraries? @EngineerSpock usually a switch statement will perform different logic based on an input parameter. If the cases are built around implementation classes, and a new class is added but the switch statement isn't, what should be the expected behavior? It's a violation of OCP and also means it's tightly coupled to the implementing classes. |
|
Feb 26 |
awarded | Constituent |
|
Feb 26 |
awarded | Caucus |
|
Feb 24 |
answered | Standard when distributing plugins: Installer (with bundled files) or application (that downloads the files) |
|
Feb 24 |
awarded | Custodian |
|
Feb 24 |
reviewed | Reviewed Should developers be responsible for testing other developer and contractor/vendor code? |
|
Feb 22 |
comment |
Why do large websites use different languages for the backend and frontend? @back2dos If we wanted to use a single language throughout, then any forms-over-relational-database applications should use SQL throughout for a single language across the entire application, including the front end generation. Yes, some languages can be flexible enough to be used in any tier, but that doesn't mean they should be used in those tiers. |
|
Feb 22 |
awarded | Civic Duty |
|
Sep 1 |
awarded | Yearling |
|
Apr 11 |
comment |
Difference between “String” and “string” in .NET and which is best? Similar to this question: stackoverflow.com/q/6000517/6504 |
|
Jan 17 |
awarded | Nice Answer |
|
Jan 17 |
answered | What is the point of the string.Empty property |
|
Jan 12 |
answered | Automatic sorting of class/module members and its possible impact on productivity and code quality |
|
Dec 23 |
comment |
Version control programs for XML-files - merge/diff tool You're talking about this GameMaker, right?: yoyogames.com/gamemaker/windows I thought everything was in one large binary file. |
|
Dec 23 |
awarded | Nice Answer |
|
Dec 22 |
comment |
Is there a reason to prefer lambda syntax even if there is only one parameter? Note that this is the release build of the code from a quick scratch program, so there may be room for further optimization. But this is the default output from Visual Studio. |
|
Dec 22 |
answered | Is there a reason to prefer lambda syntax even if there is only one parameter? |
|
Sep 2 |
awarded | Yearling |
|
Jul 30 |
comment |
Can you actually produce high quality code if you are sleep deprived? You call insomnia an illness like it's a bad thing. I, for one, enjoy the extra time it gives me each day. Otherwise I'd never have time to read quality answers like this one :) |
|
Jul 7 |
awarded | Nice Answer |