Summary of Programming Tools and Methodologies
Review what we have covered in this chapter.
We'll cover the following...
Chapter summary
In this chapter, we looked at some of the more essential concepts that go into software development that have nothing to do with the actual coding. Even if we aren’t working on large-scale, professional projects, we should still version control our code, write tests to verify that the code does what it’s supposed to, and work ...