Maybe; try Optionals —
Maybe; try Optionals. Optionals, what are they? They are being added almost uniformly to newer languages (Rust, Swift) and to older languages in heavy use (C++ 17, Java 8). They can help you write clearer, cleaner code when used correctly. Let’s see what they are about. Optionals (or Option types or Nullable types) are types […]