The Tims discuss what good (and bad) code looks like to them. They lay out their own preferences, from broad-scoped architecture to detailed style guides.
Subscribe
public void Summary()
{
The Tims discuss what good (and bad) code looks like to them. They lay out their own preferences, from broad-scoped architecture to detailed style guides.
}
public void News()
{
- ToCode.Software now available on Apple Podcasts and Stitcher
}
public void Links()
{
- Clean Code – Low-level code-writing and design manual
- Clean Architecture – Higher-level design manual
- Microsoft Coding Conventions – Foundational style ideas.
- Domain Driven Design
- Serilog – Powerful logging library
- Postgres – This link is actually to NPGSQL, the .NET wrapper for PostgreSql
- NPoco – Simple, powerful ORM
}
public void HotSpot()
{
- Jetbrains – Multiple tools for developers, including IDEs, code analysis, db management
- Rider – Powerful cross-platform .NET IDE, based on Resharper code analysis engine
}