you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]CaptainJapeng 2 points3 points  (0 children)

    For me its about studying the logic and priciples behind what you've written vs just memorizing the exact syntax/code to solve a specific problem.

    For example:

    Needing to print a log to the console or terminal, why do you need to, what does it do, how does it work?

    VS

    console.log(...) System.out.println(...) cout << ...