From acb191bc4bd1eff67b3abf06365821e555c8ad13 Mon Sep 17 00:00:00 2001 From: emilemarcotte <83650975+emilemarcotte@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:39:25 -0400 Subject: [PATCH] wrong uppercase name for python module --- HOWTO/HOWTO-CodingStyle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO/HOWTO-CodingStyle.md b/HOWTO/HOWTO-CodingStyle.md index 9decc6b..40c984d 100644 --- a/HOWTO/HOWTO-CodingStyle.md +++ b/HOWTO/HOWTO-CodingStyle.md @@ -28,7 +28,7 @@ We all code in MATLAB, C, Python, Objective-C, Swift, C ++, assembler. The act o 7. The best function has no argument. The second best function has only one argument. The third best function has only two arguments. There is no fourth best function. -8. **Code without tests is incomplete code**. MATLAB has `UnitTest`. Python has `unitTest`. Swift and Objective-C have `XCTest`, C ++ has several libraries of Unit Testing. All languages now have test libraries (even LabView for goodness sake). +8. **Code without tests is incomplete code**. MATLAB has `UnitTest`. Python has `unittest`. Swift and Objective-C have `XCTest`, C ++ has several libraries of Unit Testing. All languages now have test libraries (even LabView for goodness sake). Writing tests makes it possible to better understand and better factorize your own code, in addition to making it more reliable. It allows you to embark on big changes without being afraid of breaking something. Write tests. @@ -52,4 +52,4 @@ We all code in MATLAB, C, Python, Objective-C, Swift, C ++, assembler. The act o - \ No newline at end of file +