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
-
Your senior tech lead and my junior dev would make a great pair! Check my latest rant to know why
-
rantydev2962y@Xamenyap indeed a match made in heaven!
But ya know... They're junior... They maybe don't know better. -
@rantydev true, in my case he has the excuse of being a junior. A good tech lead should know how to write good comments.
But I'm not surprised, I've seen a fair amount of incompetent tech leads before. -
Voxera115852yA perfect example why comments should be used sparingly and ONLY when the code is not self explanatory.
-
”All” MR/code reviews I write
”Remove comments”
”Change variable/method/class/file name to something understandable”
I make the same mistakes (not comments). I never comment code. -
Come on! This has to be rant bait! How long did you had to search for a "senior" that stupid?!
-
@rantydev
# read the code
# the code tells the truth
# nothing but the truth
# still telling the truth
# just read the code
I would have a lot of fun doing this... -
Voxera115852y@deadlyRants by not getting fired.
All to often senior is only an age bonus, not knowledge or capability title. -
Earu5702yIMHO comments are only needed if you do something a bit complex or out of the ordinary, the rest for decent programmers should be easy to understand
Senior Tech lead keeps yapping about "we need more comments in the code"... Yeah right...
I reviewed his PR today:
# Get the feature list
builder.get_feature_list()
# Assign the features to the columns
target.columns = features
...
FFS
rant