Skip to content

Commit

Permalink
Move Security below Quality; reword Quality README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Jul 14, 2016
1 parent 2780a17 commit ad20946
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 13 additions & 5 deletions 08_quality_code/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Quality Code

Clean, quality and well tested code are a fundamental goals of li3.
Clean, roboust and well tested code are fundamental goals of the framework.

Li3 adheres to coding, testing and documentation standards which can be found inside the
dedicated [specs documentation repository](/docs/specs/latest:1.x). [Static analysis](analysis)
tools are used to detect standards violations.
li₃ adheres to
[coding](/docs/book/specs/latest:1.x/accepted/LSR-0-coding),
[testing](/docs/book/specs/latest:1.x/accepted/LSR-2-testing),
and [documentation](/docs/book/specs/latest:1.x/accepted/LSR-1-documenting)
standards which can be found inside the
[specs documentation repository](/docs/book/specs/latest:1.x).

Learn more about testing in li3 in the [Unit Testing](testing) chapter.
[Static code analysis](analysis) tools are used to detect standards violations.

Learn how to write unit, integration and functional tests in the [Testing](testing) chapter.

To make you application as robost to potential security threads as possible, follow the
[Securing Applications](security) guide.



Expand Down

0 comments on commit ad20946

Please sign in to comment.