☆ Yσɠƚԋσʂ ☆ to Programmer HumorEnglish · 3 months agoOOP theory vs practiceimagemessage-square52fedilinkarrow-up1200arrow-down13
arrow-up1197arrow-down1imageOOP theory vs practice☆ Yσɠƚԋσʂ ☆ to Programmer HumorEnglish · 3 months agomessage-square52fedilink
minus-square☆ Yσɠƚԋσʂ ☆OPlinkfedilinkarrow-up12·3 months 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.