Sublime
An inspiration engine for ideas
Sample method signatures with required, optional, and default-valued arguments
Joe Leo • The Well-Grounded Rubyist
The sequence of names within the parentheses following the function name (x, y in this example) are the formal parameters of the function. When the function is used, the formal parameters are bound (as in an assignment statement) to the actual parameters (often referred to as arguments) of the function invocation (also referred to as a function cal
... See moreJohn Guttag • Introduction to Computation and Programming Using Python, second edition: With Application to Understanding Data
Note
5 STRUCTURED TYPES, MUTABILITY, AND HIGHER-ORDER FUNCTIONS
John Guttag • Introduction to Computation and Programming Using Python, second edition: With Application to Understanding Data
Creating Main Notes from Captures in a Reference Note
Bob Doto • A System for Writing: How an Unconventional Approach to Note-Making Can Help You Capture Ideas, Think Wildly, and Write Constantly - A Zettelkasten Primer
TypeScript Style Guide |
mkosir.github.io
The syntax of a language defines which strings of characters and symbols are well formed.
John Guttag • Introduction to Computation and Programming Using Python, second edition: With Application to Understanding Data
When this is unclear, a commonly used practice is