How to write correct code in a scripting language

Viewed 18

When forced to write code in a scripting language with dynamic typing, what are some rules, guidelines or techniques to follow in order to ascertain the correctness of a program in the absence of a compiler?

0 Answers
Related