ide - How are you supposed to use text editors without debugging tools? -
the thing haven't been able understand how supposed use plain ol' text editor textwrangler or atom code, opposed full-blow ide xcode or visual studio. there no debugging tools, can't know if made error, , isn't autocomplete (prebugging, heh heh) makes easier make mistakes. feel missing something; how people debug text editor workflow?
using text editor without debug tools forces write beautiful code works first time 100% of time. each line of code crafted , expect do.
i use vim programming, takes while learn it's worth it. end writing code easy read, because have read , re-read code before run it. debugging more pressing button , else software tells whats wrong yours. it's understanding code , doing. i'll admit finding missing comma can pain, tradeoff worth it.
at end of day depends on whether want turn out 800 line of code hour, or if want build software robust , extendable anybody.
Comments
Post a Comment