Tag Archive: BestPractices

Mar
05

Libraries

No need to go in detail over this issue.  When you write code, always separate your development into tiers.  Even if it’s a simple “Hello World” project, it’s not overkill to have a data layer with your strings, a business logic layer that will manipulate or handle the string and a UI layer that does …

Continue reading »

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/03/05/libraries/

Feb
26

Failing Programmers

Failing Project Discussion on StackOverflow.com

I promise this will be short.  After having a heated discussion in StackOverflow I feel like I have to say something about this.  You can find the dicussion here: Good (non-code) interview questions for college intern candidates http://stackoverflow.com/questions/2342750/good-non-code-interview-questions-for-college-intern-candidates/ In lieu of copying the text of the entire question I will summarize.  An individual is going …

Continue reading »

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/02/26/failing-programmers/