Comment on The importance of local developmentparentComments−tgsovlerkhgsel1yNot even "I made this change".With JS and Python, I can iterate on code in a REPL. Iteration time is measured in milliseconds.The somewhat-tested code then goes into the code file to be actually tested as part of the product.
Comments
Not even "I made this change".
With JS and Python, I can iterate on code in a REPL. Iteration time is measured in milliseconds.
The somewhat-tested code then goes into the code file to be actually tested as part of the product.