DEV Community

Discussion on: IDE-isms - How does your IDE affect your coding style?

Collapse
 
tmr232 profile image
Tamir Bahar

I think auto-completion (with Intellisense or the likes of it) has changed the way I name & scope things. Namespaces (or modules, or whatever your language supports) are a nice way to filter out completions quickly. Prefixes are useful as well.