/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

blog.cleancoder.com
| | blog.8thlight.com
0.7 parsecs away

Travel
| | [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
2.7 parsecs away

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

Travel
| | Curated books and articles to make you a better coder.
| | andreabergia.com
15.7 parsecs away

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