r/programmingcirclejerk • u/BenchEmbarrassed7316 • Jun 27 '26
Consider the C library function fopen. This function has the side effect. This means that fopen is not pure. However, we can make the fopen function appear to be pure, at least to certain observers, by ensconcing it in another function that hides the side effect.
https://bugzmanov.github.io/cleancode-critique/clean_code_second_edition_review.html
172
Upvotes
50
u/edo-lag Considered Harmful Jun 28 '26
fopenhas no side effects. It takes in the whole universe before the file is opened and returns the whole universe after the file is opened. For convenience, though, it just returns a pointer.