Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 397 Bytes

scope.md

File metadata and controls

4 lines (3 loc) · 397 Bytes

Scope / Visibility

Most languages have some concept of encapsulation through scope and visibility. Tracks should explain the language-concepts and keywords that their track uses (e.g. public, private, export) and what the normal way of using those scopes are in their language. An exercise may be appropriate, but providing examples in stubs early on may avoid overwhelming the student.