The New Best Practices
The New Best Practices
The New Best Practices
The New Best Practices is a podcast about the process of creating software.
Learning & Teaching Git
Git is essential to our work as software developers, but it can be a tough technology to interact with. In this episode we discuss things that are good to know, and good to teach our team, so that we can all play happily together in version-control wonderland.
Nov 15, 2018
37 min
Requirements
How do we keep track of requirements? We talk about user stories, test cases and more. How can we know that we have completed a particular feature?
Aug 30, 2018
52 min
Delivery
How do we deliver software? We talk about git branching strategies, as well as automated and non-automated testing and deployment.
May 20, 2018
53 min
Learning New Things
In this episode we talk about learning new things. We discuss what got us interested in software in the first place, and how those original motivations still color how we approach learning. Should we learn new things just because we read about them on Hacker News? Should we dive deep and become an expert in a field, or is it just more fun to do new and different things?
Mar 30, 2018
49 min
Monorepo
Should your company put all of your code in one repository? What are the advantages and disadvantages of one vs. many source code repositories?
Mar 1, 2018
37 min
Code Review
In this episode, we talk about version control systems, pull requests, asynchronous work, automated checks, and accepting criticism. We also cover all possible parts of code review - early pull requests, pre-review comments, diff review, and manual testing.
Jan 20, 2018
36 min
Code Comments
How often should you leave code comments? Is it necessarily a failure to express yourself clearly in the code? Are code comments the best way to communicate with your team? Are your comments helpful, or just cathartic?
Jan 19, 2018
54 min
YAGNI
Are you building custom software? Are you adding extra features to work tool? Maybe You Arent Gonna Need It. In this episode we debate using off the shelf software vs. building your own. Is your company actually selling software? What is your business model? We also discuss unnecessary complexity in software and the impact this can have on quality.
Jan 18, 2018
1 hr
Points
What are points in Software Developement? Join our hosts as we discuss how points can both useful and harmful when developing. In this episode we cover what points are, their relationship to velocity and how they help with estimates.
Jan 17, 2018
27 min