Skip to content

Commit cb31a00

Browse files
committed
Add a summary slide GH-64
1 parent 4a3e7c2 commit cb31a00

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lectures/13_code_quality.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,16 @@ Licence: 0.00-->
864864
![own drawing based on [Glen Lipka's](https://commadot.com/wtf-per-minute/)](figures/wtf_per_minute.drawio.svg){width=725}
865865

866866

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+
867877
# references
868878

869879
::: {#refs}

0 commit comments

Comments
 (0)