/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lenholgate.com
| | www.chriswarbo.net
2.8 parsecs away

Travel
| | [AI summary] The post discusses the ambiguity and confusion caused by differing definitions of unit testing terminology like 'unit' and 'dependency' within software development.
| | www.lenholgate.com
0.2 parsecs away

Travel
| | [AI summary] The author shares updates on their embedded assembly programming journey, specifically detailing their successful implementation of unit testing for serial protocol code in a servo controller project.
| | loufranco.com
2.4 parsecs away

Travel
| | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability.
| | owensd.io
16.4 parsecs away

Travel
| I mentioned that I was working on personal project in C the other day. One of the things that I wanted to do was to have unit tests for the parts that made sense. I briefly looked at some C unit testing frameworks... but really, this doesn't need to be that hard. I personally like...