24

the profesor looking at my code 😂😂😂.... i have to write more comments 😅

Comments
  • 1
    Part of writing good code is self documenting. Obviously if you code looks like

    int a;
    int b;

    func function()

    then yeah.
  • 1
    @xroad the problem is that i write all the code and then when i finish with it i add some few comments... must stop this bad practice and start writing my comments while i'm coding i guess
Add Comment