Comment on What are some of the best practices to keep in mind while learning to code?Comments−LarryMade211yThis is stuff that takes years to realize- Formatting and readability including variable, table and field names (this save a lot of headaches in the long run)- File structure- Taking time to refactor to achieve the above.- Don't be afraid to try a junk idea you've thought about, just trying it would increase your chances of discovering something cool
Comments
This is stuff that takes years to realize
- Formatting and readability including variable, table and field names (this save a lot of headaches in the long run)
- File structure
- Taking time to refactor to achieve the above.
- Don't be afraid to try a junk idea you've thought about, just trying it would increase your chances of discovering something cool