/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

stefansf.de
| | susam.net
2.2 parsecs away

Travel
| | [AI summary] The article presents a complex C programming puzzle involving pointer declarations and provides an example code to demonstrate the solution.
| | nrk.neocities.org
3.7 parsecs away

Travel
| | [AI summary] An article explains the critical difference between C function declarations f() and f(void), warning against the former due to lack of type safety and recommending compiler flags to enforce strict prototypes.
| | drshapeless.com
5.4 parsecs away

Travel
| |
| | blog.nuculabs.de
27.0 parsecs away

Travel
| Hi ?, In this article I wanna show a testing tip that I've recently learned myself by reading Software Engineering at Google: Lessons Learned from Programming Over Time. The technique improved the way I write unit tests. When I'm writing bigger unit tests, I have execute something in the background, like for example publishing a message to a message broker, wait for the message to be published and then consume it to test that what I published is correct.