본문 바로가기

F1:응용 Practical

코딩 스타일 가이드

반응형

▶ 공통

How To Write Unmaintainable Code
- http://www.mindprod.com/unmain.html

GNU Coding Standards
- http://www.gnu.org/prep/standards.html

▶ C

Recommended C Style and Coding Standards
- http://www.psgd.org/paul/docs/cstyle/cstyle.htm

Kernel Korner: Proper Linux Kernel Coding Style
- http://www.linuxjournal.com/article.php?sid=5780

▶ C++

C++ Coding Standard
- http://www.possibility.com/Cpp/CppCodingStandard.html

Coding Conventions for C++ and Java applications
- http://www.macadamian.com/codingconventions.htm

C++ Coding Style : My Code Style
- http://www.flipcode.com/articles/article_codingstyle.shtml

Coding Guidelines for Integral Constant Expressions
- http://www.boost.org/more/int_const_guidelines.htm

CStupidClassName
- http://www.jelovic.com/articles/stupid_naming.htm

General C++ Coding Standard at the NFRA
- http://www.nfra.nl/~seg/cppStdDoc.html

High-Integrity C++ Coding Standard Manual - Version 2.1
- http://www.programmingresearch.com/solutions/HICPPCM

Uwyn C++ Coding Standard
- http://www.uwyn.com/resources/uwyn_cpp_coding_standard/index.html

Wildfire C++ Programming Style With Rationale
- http://www.chris-lott.org/resources/cstyle/Wildfire-C++Style.html

Mozilla Coding Style Guide
- http://ww.mozilla.org/hacking/mozilla-style-guide.html

▶ C#

C# Coding Style Guide
- http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=336

▶ Java

Writing Robust Java Code
- http://www.ambysoft.com/javaCodingStandards.pdf

Chimu OO and Java Development: Guidelines and Resources v1.8 [mlf-980228]
- http://www.chimu.com/publications/javaStandards/index.html

Design by Contract™ for Java™ Using JMSAssert™
- http://www.mmsindia.com/DBCForJava.html

Java Programming Style Guidelines
- http://geosoft.no/development/javastyle.html

How to Write Doc Comments for the Javadoc Tool
- http://java.sun.com/j2se/javadoc/writingdoccomments/index.html

Java Glossary : Gotchas
- http://mindprod.com/jgloss/gotchas.html

Tips for maintainable Java code
- http://www.squarebox.co.uk/javatips.html

Draft Java Coding Standard
- http://g.oswego.edu/dl/html/javaCodingStd.html

Java Language Coding Guidelines
- http://www.horstmann.com/bigj/style.html

▶ PHP

Best Practices: PHP Coding Style
- http://www.phpbuilder.com/columns/tim20010101.php3

▶ Pascal & Delphi

Delphi 4 Developer's Guide Coding Standards Document
- http://www.econos.de/delphi/cs.html

▶ 웹 개발자를 위한 코딩 스타일

The WDVL Style Guide
- http://wdvl.internet.com/Authoring/Style/Guides/WDVL.html

Speling Errers in You're Sights
- http://wdvl.internet.com/Authoring/Style/Guides/Writing/

Style Guide for online hypertext
- http://www.w3.org/Provider/Style/Overview.html

CSS Coding Style
- http://www.bitworking.org/news/CSS_Coding_Style

반응형