7
hidden
8y

Am I the only one who heavily comments their code when learning a new language to the point of you essentially describing what everything is and how everything works

Comments
  • 0
    I've thought of doing that every time I start something new, then I forget to do it and hate myself for it 😅
  • 3
    This is literally a comment from when I learnt Swift and how to use Xcode:
    "The UITextFieldDeligate gives the ViewController class the ability to identify itself as a UITextFieldDeligate, meeaning meanig you can set the ViewController class as the delegate of the text field and implement some the the ViewControllers behaviour to handle the text field's user input" that is a single comment, like anyone who looked at this would think I'm an idiot 😂
  • 0
  • 1
    same here, but it's a really good method to recognize things. 😂 But I will never Show that to someone else 😄
  • 1
    Why only when learning a new language? Heavily comment EVERYTHING!! I know that's not the "modern" way, but old habits die hard!!
  • 1
    That's right, but for example at my working place, i have to delete all comments from JS files. But it's only Frontend development
Add Comment