Code Monkey home page Code Monkey logo

camus's Introduction

Camus

"Camus" is an utility library for Unity3d. This library can be download from GitHub. Some code is collect from Unity Forum and GitHub wih a reference link.

Principle

  • Commit Rule
    • Keep commit “ATOMIC”
      • DEVELOPER TIP: KEEP YOUR COMMITS “ATOMIC”
      • Rules
        1. Commit each fix or task as a separate change
        2. Only commit when a block of work is complete
        3. Commit each layout change separately
        4. Joint commit for layout file, code behind file, and additional resources
    • Write good commit message
      • How to Write a Git Commit Message
      • Rules
        1. Separate subject from body with a blank line
        2. Limit the subject line to 50 characters
        3. Capitalize the subject line
        4. Do not end the subject line with a period
        5. Use the imperative mood in the subject line
        6. Wrap the body at 72 characters
        7. Use the body to explain what and why vs. how
  • Architecture Decision Record (ADR)
    • ADR
    • Use The Markdown Architecture Decision Records (MADR) template to create ADR
  • Version
    • Semantic Versioning 2.0.0
    • Given a version number MAJOR.MINOR.PATCH, increment the:
      • MAJOR version when you make incompatible API changes,
      • MINOR version when you add functionality in a backwards-compatible manner, and
      • PATCH version when you make backwards-compatible bug fixes.

Folders

Global

  • Files in Global folder will not add to any namespace.

camus's People

Contributors

litsungyi avatar litsungyisigono avatar

Watchers

 avatar  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.