We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3e7c2 commit cb31a00Copy full SHA for cb31a00
1 file changed
lectures/13_code_quality.md
@@ -864,6 +864,16 @@ Licence: 0.00-->
864
](figures/wtf_per_minute.drawio.svg){width=725}
865
866
867
+# summary
868
+
869
+- code smells indicate issues with the code
870
+ - style guide violations as well
871
+ - programming paradigm/language dependence
872
+- there are some measures to evaluate the quality of the work
873
+ - e.g., cyclomatic complexity
874
+ - can be automatized or done with review
875
876
877
# references
878
879
::: {#refs}
0 commit comments