Nerdy

언어 표준 가이드 본문

Reference

언어 표준 가이드

뚱인데요? 2022. 3. 21. 11:50
728x90

1. Python 표준 가이드

https://peps.python.org/pep-0008/#ascii-compatibility

 

PEP 8 – Style Guide for Python Code | peps.python.org

PEP 8 – Style Guide for Python Code PEP 8 Title Style Guide for Python Code Author Guido van Rossum , Barry Warsaw , Nick Coghlan Status Active Type Process Created 05-Jul-2001 Post-History 05-Jul-2001, 01-Aug-2013 Contents This document gives coding con

peps.python.org

 

2. Python 표준 가이드(Google)

https://github.com/google/styleguide/blob/gh-pages/pyguide.md

 

GitHub - google/styleguide: Style guides for Google-originated open-source projects

Style guides for Google-originated open-source projects - GitHub - google/styleguide: Style guides for Google-originated open-source projects

github.com

 

3. Java 표준 가이드(Google)

https://google.github.io/styleguide/javaguide.html

 

Google Java Style Guide

1 Introduction This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein. Like ot

google.github.io

 

4. Java 표준 가이드(Oracle)

https://www.oracle.com/java/technologies/javase/codeconventions-contents.html

 

5. JavaScipt 표준 가이드

https://standardjs.com/

 

JavaScript Standard Style

JavaScript Standard Style Sponsored by     English • Español (Latinoamérica) • Français • Bahasa Indonesia • Italiano (Italian) • 日本語 (Japanese) • 한국어 (Korean) • Português (Brasil) • 简体中文 (Simplified Chinese) •

standardjs.com

 

 

728x90

'Reference' 카테고리의 다른 글

Riot API 사용 방법  (0) 2022.06.27
Riot API 목록 설명  (0) 2022.06.26
공공데이터포털 오픈 API 신청 방법 (JSON)  (0) 2022.06.20
개발문서  (0) 2022.03.21
라이브러리  (0) 2022.03.21