|
|
|
|
|
by _benj
1288 days ago
|
|
I hear you! I think that a hard NO sometimes can be misunderstood or just straight up not understood at all. I once got a PR review that said “doesn’t confirm to SOLID principles”
Well, being self taught I didn’t know what the heck was he talking about, what part of my PR was he talking about or anything else! In the complete opposite side of the spectrum one of the most effective engineers I’ve meet (it was scary seeing how many story points he finished per sprint!) left comes more along the lines of “have you considered using a lambda function for this? It might make the code more readable and we wouldn’t need to go through the list 4 times. Here’s a way you could implement it: ~actual working rewrite of my function as a lambda function!~ Lmk if it doesn’t makes sense!”. That teammate helped me grow more than anything else in that company, and the egregious mistakes I used to make, I only made them once! So yeah, I think that there are occasions where NO is the only correct answer, but there are definitely multiple ways to say no. |
|