Skip to content

Files

Latest commit

 

History

History
4 lines (4 loc) · 279 Bytes

3-safe.md

File metadata and controls

4 lines (4 loc) · 279 Bytes
shortTitle shortDescription
Safe
Scala's static types help you to build safe systems by default. Smart built-in checks and actionable error messages, combined with thread-safe data structures and collections, prevent many tricky bugs before the program first runs.