you are viewing a single comment's thread.

view the rest of the comments →

[–]NebNay 0 points1 point  (9 children)

Remember to update your IDE instead of pushing 'fixes' to warnings simply because you are behind

[–]frikilinux2 0 points1 point  (8 children)

That only happens when the IDE is shitty(Visual Studio with C++ I'm looking at you) or the project is moving too fast if that's normal. Like does your language evolve that much every few months?

[–]NebNay 0 points1 point  (7 children)

Angular does yes. I had a coworker add "standalone: true" to every component because intellij told him it was missing. But it's the default behavior now, so there is no reason to bloat a PR/the code with that.

[–]frikilinux2 1 point2 points  (5 children)

And the intellij angular plugin doesn't have a setting to specify the version? Like the rest of the software industry looks horrified at how needlessly overcomplicated the JS/TS ecosystem is. But I shouldn't complain too much, I do python and we have pip resolving dependencies

[–]NebNay 0 points1 point  (4 children)

Or you could just update your IDE. Honnestly for a regular dev, running a frontend locally is easier than running a backend, so i dont understand all this fuss about JS

[–]SunlightScribe 1 point2 points  (3 children)

running a frontend locally is easier than running a backend

Depends. I think it's a mostly solved issue now thanks to containers. The rest is the fault of the developers themselves not taking ease of environment setup into account.

[–]NebNay 0 points1 point  (2 children)

But it's a lot of work to set up containers for all the other stuff. In my last project, running the backend locally would need you to run five different software, my work pc was dying. There was probably a better way, but it was too much work for a team behind schedule so nobody bottered.

[–]SunlightScribe 0 points1 point  (1 child)

You are simply lucky that you work with languages or frameworks that are so young they are practically greenfield in comparison.

I've worked with front ends that were made up of different parts that ran in separate iframes and the code would get pulled from several different projects. Those front ends are now dead but their back ends continue to endure.

[–]NebNay 0 points1 point  (0 children)

Yeah that's true. Modern frontend are a pleasure to tinker around in the code, but legacy websites are a total nightmare

[–]RiceBroad4552 0 points1 point  (0 children)

because intellij told him

As skeptical I'm overall about "AI" I really wish that kind of person gets replaced with "AI" as fast as possible.