|
You are here |
stefansf.de | ||
| | | | |
susam.net
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
blog.nuculabs.de
|
|
| | | 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. | ||