Hello, and welcome to a new issue of my Links lists! I hope you will enjoy today’s selection. Code Link to heading Doing the basic things right Link to heading A useful post on the importance of doing the basic things of a software project right. The list includes: having an up-to-date readme; have some devs’ and users’ docs; at all times, the main branch should have all tests passing; there should be a single command for building and testing; zero tolerance for flaky tests. Speaking fr...