|
You are here |
www.fluentcpp.com | ||
| | | | |
thasso.xyz
|
|
| | | | | My personal blog about things I find interesting. Hit me up! | |
| | | | |
www.foonathan.net
|
|
| | | | | You probably know that C++20 adds ranges. Finally we can write copy(container, dest) instead of copy(container.begin(), container.end(), dest)! Ranges also do a lot more. Among other things, they add a new way of specifying an iterator to the end - sentinels. | |
| | | | |
blog.jakubholy.net
|
|
| | | | | THIS IS ONLY A DRAFTContent: Craft | Why lean? | Code quality | |
| | | | |
8thlight.com
|
|
| | | [AI summary] Robert C. Martin recounts the design of the 1980s Craft Dispatch System, a voice response application that utilized pre-microservices architecture concepts like message queues and state machines, comparing it to modern technology stacks. | ||