Explore >> Select a destination


You are here

siderite.dev
| | shermanonsoftware.com
6.7 parsecs away

Travel
| | 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
3.4 parsecs away

Travel
| | 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
6.6 parsecs away

Travel
| | [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
21.8 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.