DEV Community

Discussion on: How do you learn?

Collapse
 
maxdevjs profile image
maxdevjs

This is an invaluable list. Third point is something that I did in school, but I definitely avoid most of the time nowadays. Very good catch, thank you.

Collapse
 
askeridos profile image
Adam AUTUORI

I had it this morning : to provide a consequent portfolio, you might be consistent by filling the github's dashboard's cases to green; no matter the colour of tone.

Thread Thread
 
maxdevjs profile image
maxdevjs

I should definitely try it... please keep me posted on your experience with this.

Collapse
 
askeridos profile image
Adam AUTUORI • Edited

In the list, i forgot to say that i write all titles to see what's available, and to use them to write pseudo-code, and then i dig deeper into docs for details. Another point, in my opinion, is to ask myself on what type of data do i work, to see if the operation i want to do already exists in a built-in class, or if i have to compose with them to write my own method.
Finally, when you make a mistake, the compiler talks to you and gives you a lesson, not a fail...