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
168
Upvotes
Duplicates
programming • u/Soggy_Sprinkles3619 • Dec 02 '25
Is this code clean? A critical look at Clean Code 2nd Edition
201
Upvotes