Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
maqdude737y@illusion466 well to me it doesnt matter to be honoust. I just didnt like he used the intellij or eclipse formatter to format all the code..
-
maqdude737y@shdw yeah you think you would untill you need to review his code and find the actual changes 😂
-
olezhka25767yIsn't it just that some languages tend to follow certain conventions and that's it?
For example my c# is
if (true)
{
But my JS, TS are
if (true) {
Don't see a problem ^^ -
If someone changed the second thing to the first thing in my code, I would probably have to hire an assassin.
-
Brakes isn't the problem...
There is 1000s of ways to do the same thing...
It's the atitude.
People like that shouldn't be allowed to work in a team... Toilets also need cleaning you know... -
pfish2697yI prefer having a constant style over the whole project, and I can understand him, but if he breaks something that's really annoying
-
ac123511477yAlways use the first style, because in some languages (TCL, Go, ...) it has to be used.
-
maqdude737yactually i cant remember whether it was the first or second one that was used.. the fact that he reformatted all the code within the project was what annoyed me. Not thinking about what the consequences might be.
-
heikomat6877y@illusion466 one is not inherently better than the other. But people often defend the style they happen to like. I learned about two years ago, that liking one style over the other is really just a preference that develops when using one style or the other. And that preference can change, just like that, by just using the other style more often.
Related Rants
-
dfox27One time a company I worked for tried to fuck me over and not pay me the referral fee that was promised for re...
-
Mrcheese10Mate got fired for expressing his opinion. Quit the next day :).
-
MrR0bot8Went to go help someone with their wireless printer. Client: my printer doesnt work. Me: okay let me take ...
One time a former colleague reformatted all the code because he was very strict on code conventions.. so.
If (1==1)
{
Instead of
If (1==1) {
After some discussion on why he should never do this I denied him the rights to commit any longer..
Also..
One time a user requested a feature.. he wanted a drop down with some values without specifying where he wanted it. To our best knowledge we put it somewhere where we thought it would be usefull.. for instance when it is a car model drop down ypu expect it to be somewhere near a car screen right.. little did we know that he didnt have any rights to acces that screen at all hhahaha.. after that he came yelling in our room telling us to think for him.. in not so light words I told him that he should write his stories properly and that if he creates crappy stories he leaves me with a lot of freedom of interpretation of his stories so stop crying and get the fuck out of my room..
Its not that I get angry easily but I cant handle dumb people that do dumb stuff around me..
rant
wk71