Code Monkey home page Code Monkey logo

sections's Introduction

Sections

Directories containing our practices

rules

  1. all file and directory names should start lowercase and follow snake case rules.
  2. do not alter other sections than yours unless it is a necessary change for all sections.
  3. you can change other sections if the owner grants permission.
  4. we will use .gitignore file to ignore other sections and just submit our section.
  5. if other sections needed bug fixes then after fixing bug we will undo the ignoring and push the changes and then again ignore the sections in .gitignore file.
  6. when working on code goto .gitignore file and comment your section name so git will follow your changes.

tutorials

snake case: names are given word by word, all lowercase and splited by ' - '. for example: my_test, this_is_a_function, lovely_day but please avoid using long names and come up with names that are small and understandable i.e: apply_raise, del_raise

.gitignore: make a file and just name it .gitignore then put file or directory names in it and the git will ignore any changes made into those files and directories mentioned in the .gitignore file. one .gitignore file is enough for entire projects.

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.