Daily Shaarli

All links of one day in a single page.

May 31, 2024

Function Composition and the Pipe Operator in C++23 – With std::expected - C++ Stories
thumbnail
Why, after 6 years, I’m over GraphQL

GraphQL is an incredible piece of technology that has captured a lot of mindshare since I first started slinging it in production in 2018. You won’t have to ...

为什么 golang 提倡 「接收接口,返回结构体」这样的原则呢? - V2EX

程序员 - @shinelamla - 看到很多 go 代码在构造对象的时候,Newxxx()的时候,都喜欢接收接口,然后返回结构体,查阅了一些资料,始终无法理解这一操作的精髓,所以想问问大家,对这个 go 惯例的理解是怎么样的,希望得到一

C++ Core Guidelines

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

Google Testing Blog: Don't DRY Your Code Prematurely
thumbnail

This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Tes...