Search Results

38
votes
32answers
5k views

Why should I use an IDE?

In another question, Mark speaks highly of IDEs, saying …
38
votes

What coding mistakes are a telltale giveaway of an inexperienced programmer?

Probably the most tell-tale sign is an inability to properly factor out code into separate easy-to-understand chunks. If you're regularly encountering functions that are hundreds of lines long, or …