Completed C# Quests
Cursor Affordance
This isn't a new idea to me but a new terminology is. So writing it down to help me remember. Cursor affordance! An important GUI feedback...
Short-circuit Operators
FirstFunction() || SecondFunction() true || SecondFunction() true FirstFunction() && SecondFunction() false &&...
Lerp Lerp Lerp
Linear interpolation known as Lerp. Why it's called Lerp I do not know! Is it L for "Linear" with an erp for 'ERPolation? Who knows. Take...