Coder Social home page Coder Social logo

opengl_sample's Introduction

Winter

코드규칙

struct, enum, class, function은 모두 대문자로 시작합니다. 두 단어이상이 합쳐진 이름일시 단어의 시작을 대문자로 구분합니다.
변수들은 멤버, 지역 상관없이 모두 소문자로 시작합니다.
매개변수는 앞에 _ 를 붙혀 지역변수와의 이름충돌을 방지합니다.
들여쓰기는 Tab으로 구분하고 { 는 새로운 줄에 씁니다. 한줄로 이루어진 코드 일시 같은 줄에 { } 를 쓰고 코드를 안에 넣습니다.
class의 정보은닉을 할 때 변수의 공간과 함수의 공간을 구분합니다. 생성자, 소멸자도 무조건 구분합니다.
bool을 반환 하는 함수는 CheckInt(1) 같이 쓰지말고 IsOdd(1) 같이 아웃풋이 예측되는 이름으로 사용.

opengl_sample's People

Contributors

devwintery avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.