|
|
|
|
|
by koolba
2275 days ago
|
|
TypeSafety is a big one. Most “standard” template languages default missing variable references to empty values and would only throw an error due to dereferencing an empty value. This would catch all those errors in advance at compile time. |
|