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
-
Meh, they might be running the same under the hood and my 30 lines are probably more readable. (Keep convincing self)
-
Me: perfectly balanced 10 lines of code function.
After conforming to our team's code guidelines:
/// function name
/// it does this and that
/// it has these params
/// it throws these exceptions when if this and that
/// it returns this
public void SomeTrivialShit() {
Assert param not null
...
Assert param4 not null
Try
The actual code
Catch ex1, log to some service
...
Catch ex5, log to some service
Finally
}
150 lines of code 😣 -
@NoToJavaScript it's one statement. Of course its just one line. A long single line. 😏
Related Rants
I believe it happens to everyone ☺☺
joke/meme
programming
stackoverflow
coding
thanos
avengers
meme
joke