Skip to content

Create a system for warning users about common pitfalls

To make users experience better we should provide warnings when users write SCL which is valid but likely to do something that was not intended.

  • Using e.g. '\t' as a delimiter (should be "\t")