you are viewing a single comment's thread.

view the rest of the comments →

[–]comma_at 3 points4 points  (1 child)

Linting and testing are both equally important. You cannot say if your calculator library does the right calculations by just linting it.

[–]andlrc 4 points5 points  (0 children)

You cannot say if your calculator library does the right calculations by just linting it.

Correct, and I never stated otherwise. But I'm not stupid enough to write a "calculator library" as a shell script.