Urik

@Urik@lemmy.ca
0 Post – 5 Comments
Joined 1 years ago

That's a problem with your workplace, not the language nor OP.
You could have a build setting for personal development where unused variables are not checked, and then a build setting for your CI system that will look for them. It gives you freedom to develop the way you want without being annoyed when you remove something just to test something, but will not merge your PR unless the stricter rules are met.

5 more...

The Last of Us: Part II !

That's insane, I saw it at Montreal in the cinema for $14 CAD.

I know Slashdot's time has passed but didn't know there was drama involved.
Was there any Digg v4 like event that led to its fall?

5 more...

Most of the time you don't write the code, you change it.

I had tons of situations where I wanted to test deleting a code block which just happened to use an imported library, which the compiler is now complaining about because it's no longer being used.