Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tips For Programmers

Hello I want to share 7 great tips I found online for programmers.

  • 1. Learn by doing. Always play with the code while learning.
  • 2. Grasp the fundementals for long-term benefits
  • 3. Code by hand. It sharpens proficinecy.
  • 4. Ask for help.
  • 5. Seek out online resources.
  • 6. Dont just read the sample code. Tinker with it.
  • 7. Take breaks when debugging.

</script>

// Generator function: function* generator() { yield 1; yield 2; yield 3; }

About

HTML website

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages