What’s the difference between operational and programmer errors?

Technology CommunityCategory: Node.jsWhat’s the difference between operational and programmer errors?
VietMX Staff asked 4 years ago

Operation errors are not bugs, but problems with the system, like request timeout or hardware failure. On the other hand programmer errors are actual bugs.