|
|
|
|
|
by curiousjorge
3915 days ago
|
|
when you are dealing with a small project notepad++ might be fine but large codebase and frontend development it would be counter productive to not use IDE The 'complexity of IDE' is overrated. Once you've memorized the hot keys, it makes a world of difference, running grep to find a piece of code you don't remember hidden under layers of inheritence. You are setting up for failure if you act like a luddite. |
|