discussions on software development
#123 Dane Hillard, Good Software Practices
June 10, 2019
00:44:19
42.56 MB
Downloads: 0
Summary
Dane Hillard, software engineer and author, discusses what he considers to be some of the important principles of software development.
Details
Who he is, what he does. A little about his book. Separation of concerns, what it means, how to do it, good naming, method length. Abstraction and encapsulation, what it is, good examples and bad examples. Good programming in industry. Improving performance, profiling, when to optimize, trusting third party packages. Testing code, unit vs integration, mocking; performance and load testing, locust. Security, when to add it in, feature switches.