☆ Yσɠƚԋσʂ ☆ to Programmer HumorEnglish · 24 hours agoOOP theory vs practiceimagemessage-square42fedilinkarrow-up1153arrow-down13
arrow-up1150arrow-down1imageOOP theory vs practice☆ Yσɠƚԋσʂ ☆ to Programmer HumorEnglish · 24 hours agomessage-square42fedilink
minus-square☆ Yσɠƚԋσʂ ☆OPlinkfedilinkarrow-up11·22 hours agoAs a rule, exceptions should indeed be used for behaviors that are outside normal execution flow. For example, you might throw an exception if a file you’re trying to access doesn’t exist, or a network call fails, etc.
As a rule, exceptions should indeed be used for behaviors that are outside normal execution flow. For example, you might throw an exception if a file you’re trying to access doesn’t exist, or a network call fails, etc.