|
You are here |
siderite.dev | ||
| | | | |
shermanonsoftware.com
|
|
| | | | | A static analyzer can go through code and find big-O type problems. A developer can go through and refactor the code to make it run more efficiently. Neither of these tasks requires much context about the larger system. For example, a function can take a list of contacts and load each one from the database.... | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | Full source code available here. Entity Framework Core has made unit testing CRUD functions much easier, see here for an example of using the In Memory Database, it allows you to search, add, remove and update rows. | |
| | | | |
johannesbrodwall.com
|
|
| | | | | [AI summary] This blog post discusses a method for planning software development by imagining a future demonstration of a feature, allowing teams to focus on goals and uncover hidden assumptions. | |
| | | | |
loufranco.com
|
|
| | | [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. | ||