Day-to-day coding
There are a few fundamental best practices that we suggest you implement in your day-to-day coding workflow:
- Use an integrated development environment
- Document your work with README files
- Comment your code
- Use functions
These practices will eventually support more complex efforts, like developing projects or developing and maintaining software packages. These day-to-day practices also give you the greatest ‘bang-for-your-buck’ in terms of the return on your time and learning investment.