Verwenden Sie einen lesbaren Code-Stil.
Im Rahmen des „Better Coding" trifft sich die ATIX-Crew auf freiwilliger Basis, um gemeinsam unseren Code-Stil zu verbessern.
In the context of "Better Coding", the ATIX crew meets voluntarily to jointly improve our code style.
Code-Stil wird durch zwei Tools überprüft: stylelint für (S)CSS und eslint für JS.
Code style is checked by two tools: stylelint for (S)CSS and eslint for JS.
Weiterhin wurde der Code-Stil an unsere neusten Kenntnisse und Erfahrungen angepasst.
Furthermore we updated the code to our current knowledge and experiences.
Umfangreiche Arbeiten an der Code-Stil Standardisierung und Konsistenz
Auf der nächsten Stufe, und hier gehen wir davon aus, dass es Code von anderen Entwicklern oder Dritten gibt, bedeutet Konsistenz, dem Code-Stil zu folgen, der dort gilt, wo wir Code anfassen.
At the next level, and here we assume there to be code from other developers or third parties, consistency means to follow the code style used wherever we touch code.
Ein konsistenter Code-Stil ist extrem wichtig, besonders in einem so großen Projekt wie FreeBSD.
Consistent coding style is extremely important, particularly with large projects like FreeBSD.
Der Code sollte dem FreeBSD Code-Stil entsprechen, welcher in style(9) und style.Makefile(5) genauer beschrieben ist.
Code should follow the FreeBSD coding styles described in style(9) and style.Makefile(5). Prev Up