Al Sweigart on Nostr: Programmers: Can we talk about how weird it is that the open() function is used both ...
Programmers: Can we talk about how weird it is that the open() function is used both for loading a file and saving a file?
I never thought about it until now, but it's one of those things that makes coding complicated. It also makes us write complicated APIs because we copy these confusing patterns in our own work.
I never thought about it until now, but it's one of those things that makes coding complicated. It also makes us write complicated APIs because we copy these confusing patterns in our own work.