Unit tests + strict types give you 3 chances to catch misconceptions or mistakes in the code compared to 1 chance when writing something without types or unit tests. But when all your input data is a string and you aren't doing complex parsing then strict types are not as useful