7
Comments
  • 3
    Are you not allowed to use the "not" or "!" operator?
  • 1
    @Demolishun i am reviewing an intern code. and of course it's allowed.
  • 6
    Code should have a flow.

    When you built if...else, think twice.

    When you nest if...else, stop immediately, bang your head on desk a few times and repeat till your code doesn't need it.

    Function's and early return / fail are our friends.
  • 9
    I'll pass.
  • 1
    I'm still not sure if this phrase is usually used in a good or bad context.
  • 3
    @kamen i see what you did there ye basterd, sit down and have a beer on me
  • 0
    @AlmondSauce it used when somebody really fucks
  • 0
    Which tool does the tabs coloring like this?
  • 0
    @kamen I raise
  • 3
    @Mb3leb both in VScode and Pycharm are called Indent Colorizer
  • 1
    I believe this is called thought to keyboard press coding, or cowboy coding, where there is only a stream of thought and it's outputted into the editor the same way it fell out of their head.

    Just wait till you a handed a monolith of this 🤪
  • 0
    @C0D4 exactly a type of guy who fucks.
Add Comment