|
You are here |
blog.cleancoder.com | ||
| | | | |
blog.8thlight.com
|
|
| | | | | [AI summary] The blog post discusses the limitations of Test-Driven Development (TDD) in scenarios involving physical interactions, user interface elements, and test support code, emphasizing the need for manual testing and separation of concerns. | |
| | | | |
blog.stephencleary.com
|
|
| | | | | As programmers adopt async, eventually they come across problems trying to fit asynchronous code into OOP (classical OOP, that is). The root cause of this is that asynchronous code is naturally functional. And by "functional", I don't mean "working". I mean the style of programming where behavior is paramount and state is minimized. | |
| | | | |
xdg.me
|
|
| | | | | Curated books and articles to make you a better coder. | |
| | | | |
andreabergia.com
|
|
| | | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ?thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust. | ||