Click here to Skip to main content
15,891,431 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang25-Jun-14 0:42
Stefan_Lang25-Jun-14 0:42 
GeneralRe: What are the worst programming habits? Pin
SortaCore25-Jun-14 0:53
SortaCore25-Jun-14 0:53 
GeneralRe: What are the worst programming habits? Pin
J. C. Morris25-Jun-14 2:22
J. C. Morris25-Jun-14 2:22 
GeneralRe: What are the worst programming habits? Pin
  Forogar  24-Jun-14 7:50
professional  Forogar  24-Jun-14 7:50 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 20:53
Stefan_Lang24-Jun-14 20:53 
RantRe: What are the worst programming habits? Pin
Spoon Of Doom25-Jun-14 1:31
Spoon Of Doom25-Jun-14 1:31 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 7:48
mvePIEBALDconsult25-Jun-14 7:48 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 7:59
mvePIEBALDconsult24-Jun-14 7:59 
In order of how I have them listed below:

0) Use of VB.
1) Use of Convert and/or ToString rather than casting and/or Parsing.
2) Over-use of Reflection. Not caching and reusing information retrieved via Reflection.
3) Over-reliance on tools, especially third-party tools.
4) Monolithic classes, lack of modularity, non-single-responsibility.
5) Singletons. Dead | X|
6) Convoluted concatenation -- a String.Format will be clearer.
6.1) Concatenated SQL statements, when a parameterized statement is better on so many levels.
7) Not leveraging interfaces.

8) Not allowing polymorphism for no apparent reason.
9) Swallowing Exceptions.

10) Posting snippets of code that use uncommon, custon, or third-party classes and expecting everyone to know what they are.
You'll never get very far if all you do is follow instructions.


modified 24-Jun-14 14:44pm.

GeneralRe: What are the worst programming habits? Pin
Marco Bertschi24-Jun-14 8:05
protectorMarco Bertschi24-Jun-14 8:05 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:07
harold aptroot24-Jun-14 8:07 
GeneralRe: What are the worst programming habits? Pin
Peter Adam24-Jun-14 23:20
professionalPeter Adam24-Jun-14 23:20 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 7:50
mvePIEBALDconsult25-Jun-14 7:50 
GeneralRe: What are the worst programming habits? Pin
Jacquers24-Jun-14 8:20
Jacquers24-Jun-14 8:20 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 20:55
Stefan_Lang24-Jun-14 20:55 
GeneralRe: What are the worst programming habits? Pin
Martin Hart Turner24-Jun-14 21:11
Martin Hart Turner24-Jun-14 21:11 
GeneralRe: What are the worst programming habits? Pin
richard_k25-Jun-14 8:31
richard_k25-Jun-14 8:31 
GeneralRe: What are the worst programming habits? Pin
CHill6026-Jun-14 6:15
mveCHill6026-Jun-14 6:15 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 8:04
professionalEddy Vluggen24-Jun-14 8:04 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 8:25
mvePIEBALDconsult24-Jun-14 8:25 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 8:41
professionalEddy Vluggen24-Jun-14 8:41 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:44
harold aptroot24-Jun-14 8:44 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 8:57
professionalEddy Vluggen24-Jun-14 8:57 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult24-Jun-14 10:57
mvePIEBALDconsult24-Jun-14 10:57 
JokeRe: What are the worst programming habits? Pin
SortaCore24-Jun-14 22:12
SortaCore24-Jun-14 22:12 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 22:32
professionalEddy Vluggen24-Jun-14 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.