-
Enforced Indentation (Python): Python Documentation - Indentation
-
Static Typing: - Java: The Java™ Tutorials - Primitive Data Types - TypeScript: TypeScript Handbook - Basic Types - PHP: PHP Manual - Type Declarations
-
Const Keyword: - C++: C++ Reference -
const
Keyword - JavaScript: MDN Web Docs -const
Declaration -
Ownership and Borrowing Rules (Rust): The Rust Programming Language - Ownership
-
Match Exhaustiveness: - Rust: The Rust Programming Language - Patterns and Matching - Haskell: Learn You a Haskell - Pattern Matching
-
Access Modifiers (private, protected, public): - Java: The Java™ Tutorials - Controlling Access to Members of a Class - TypeScript: TypeScript Handbook - Classes - PHP: PHP Manual - Visibility
-
Immutable Variables: - Haskell: Haskell Wiki - Variables and Immutability - Rust: The Rust Programming Language - Variables and Mutability
-
Pattern Matching Completeness: - Haskell: Haskell Wiki - Pattern Matching - Rust: The Rust Programming Language - Match Expressions
-
Optionals (Swift): Swift Programming Language Guide - Optionals
-
Guard Statement (Swift): Swift Programming Language Guide - Control Flow
-
use strict
anduse warnings
(Perl): -strict
Pragma -warnings
Pragma -
Lexical Scope with
my
(Perl): Perl Documentation - Variable Scoping -
declare(strict_types=1);
(PHP): PHP Manual - Strict Types Declaration -
Type Declarations: - PHP: PHP Manual - Type Declarations - TypeScript: TypeScript Handbook - Type Declarations - Swift: Swift Programming Language Guide - Type Annotations
Last active
September 29, 2024 07:50
-
-
Save zaunere/6c4466f4ed0bf7e2dac609494179c2e6 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment