personally though, all that is noise to me and is difficult to maintain focus when it’s got all these popups and autofills.
I’m currently maintaining a codebase that’s got something like 900 methods/functions across multiple classes, modules, and other objects. It follows a pattern and is pretty easy to maintain though.
another project I’m inheriting is doesn’t have any logical flow or pattern and is a shitstorm of JS Christmas trees. I’ll likely need to used something that will trace through the callbacks just to see what the fuck is going on.
my point though, is if you depend on the tools that make it easy to write sloppy code, you will write sloppy code because the key feature of the tool allows you to do it without repercussions.
building something without effort rarely ends with a result you can be proud of. this is true for development and in life, IMO.
I’d say that’s true for most devs.
personally though, all that is noise to me and is difficult to maintain focus when it’s got all these popups and autofills.
I’m currently maintaining a codebase that’s got something like 900 methods/functions across multiple classes, modules, and other objects. It follows a pattern and is pretty easy to maintain though.
another project I’m inheriting is doesn’t have any logical flow or pattern and is a shitstorm of JS Christmas trees. I’ll likely need to used something that will trace through the callbacks just to see what the fuck is going on.
my point though, is if you depend on the tools that make it easy to write sloppy code, you will write sloppy code because the key feature of the tool allows you to do it without repercussions.
building something without effort rarely ends with a result you can be proud of. this is true for development and in life, IMO.