Difference between revisions of "Code Quality"

From OpenSSLWiki
Jump to navigationJump to search
(Created page with "Code Quality can be discussed. Having a code of good quality should help to have a secure code. Classical buffer overflows by exemple are a matter of good coding pratice. Maint…")
 
m (Fixed typos)
 
Line 3: Line 3:
 
Having a code of good quality should help to have a secure code.
 
Having a code of good quality should help to have a secure code.
  
Classical buffer overflows by exemple are a matter of good coding pratice.
+
Classical buffer overflows by example are a matter of good coding practice.
 
Maintaining Code is of course easier if code is readable.
 
Maintaining Code is of course easier if code is readable.
  
 
Should discussions about code quality done in discussion tab or on dev mailling list or ... ?
 
Should discussions about code quality done in discussion tab or on dev mailling list or ... ?

Latest revision as of 23:30, 26 July 2019

Code Quality can be discussed.

Having a code of good quality should help to have a secure code.

Classical buffer overflows by example are a matter of good coding practice. Maintaining Code is of course easier if code is readable.

Should discussions about code quality done in discussion tab or on dev mailling list or ... ?