19
cynider
4y

I believe it happens to everyone ☺☺

Comments
  • 0
    More than i with or am willing to admit ;-)
  • 2
    Meh, they might be running the same under the hood and my 30 lines are probably more readable. (Keep convincing self)
  • 4
    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 😣
  • 1
    To feel better, I count LinQ lines as 1 !
  • 1
    @NoToJavaScript it's one statement. Of course its just one line. A long single line. 😏
  • 1
    @Lensflare I agree ! One line
Add Comment