Programming Advice

  1. As you develop your code remember to compile often.  When I’m writing code, I compile and test my code after writing each block of code (think { }) and after each function call.  This helps me find bugs immediately so that I never have more than one or two at any given time.
  2. To speed up the development process, open up two terminals; one always open for writing source code in vi and the other available for compiling and testing.
  3. Learn the vi keyboard commands for searching, replacing and navigating by downloading a vi cheat sheet.

© 2017 – 2019, Eric. All rights reserved.