Required
Everything on SkillVeris tagged Required — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
Protocols and Delegation
How @protocol defines interface-like contracts in Objective-C, and how the delegation pattern uses protocols to decouple objects.
Branch Protection and CI Checks
Explore how branch protection rules and required CI status checks stop broken or unreviewed code from reaching important branches like main.
Method Arguments and Defaults
Learn how Ruby methods accept required, optional, splat, keyword, and block arguments, and how default values keep call sites flexible and expressive.