5
OrestH
7y

My web dev teacher was drunk almost every lesson, and my C++ teachers don't care about visiting our high school)) All we know is learnt by ourselves
Other teacher hates when we type
void smth(){
}
Instead of
void smth()
{
}
And wants to overwrite the code to fix these style errors))

Comments
  • 0
    Fully agree with him btw... .
  • 1
    @Plinn
    IMO it is no matter where is that brace. Style is really important, but there is no need to care about brace position so much
    I used first style while learning Java (it is OK there), so I unintentionally use it sometimes in C++ code =D
  • 1
    @OrestH For me it depends with what language I'm using and their style guides
Add Comment