DEV Community

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

Collapse
 
tmr232 profile image
Tamir Bahar

Thinking about it, IDEs have had a tremendous effect on the way I code.
In Python, I used to write a lot of scripts, then throw them away, then write them again. Using PyCharm, I was forced to create "projects". At first, this was annoying. So I created one main project where I host all my shitty scripts. Over time, it became a really nice library :)