GithubHelp home page GithubHelp logo

clever / dev-handbook Goto Github PK

View Code? Open in Web Editor NEW
62.0 64.0 8.0 19.71 MB

A guide to the processes, conventions, and philosophies of the Clever dev team.

License: Apache License 2.0

Makefile 87.80% JavaScript 12.20%

dev-handbook's People

Contributors

aastein avatar afumagalli avatar alexandersoto avatar alsmola avatar arsalansufi avatar bgveenstra avatar bstein-clever avatar chrisscotmartin avatar christopher-bradshaw avatar cozmo avatar ghirsch1 avatar jefff avatar johnhuangclever avatar jonahkagan avatar ktschap avatar mb-dev avatar mcab avatar meliaj avatar mohit avatar natebrennand avatar nathanleiby avatar prime-time avatar renatoprime avatar rfarrow avatar rgarcia avatar samfishman avatar sriram-clever avatar taylor-sutton avatar tnsardesai avatar ulziibay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dev-handbook's Issues

documentation: limitations

I think a lot of READMEs could benefit from documenting the limitations of the tool, e.g. "X has been tested with a size N input" or "X does not work for inputs of size greater than N"

Code reviewing guide

To tie together some of the content we're working on it'd be great to have a guide for code reviewing.

Versioning guide

Should cover:

  • why version?
  • semver!!!
  • bump version each time you deploy
  • tips by language (e.g. for node, use npm version)

Questions:

  • Should we dictate a convention about making separate commits for a version bump?
  • Should this be part of the git guide? On one hand, it is part of the workflow. On the other hand, it has to do more with deploying than source control.

Variable naming conventions

The style section doesn't cover more general language-unspecific readability tips. One that comes to mind is variable/function naming.

Off the top of my head, a few good rules:

  • avoid one letter variable names, prefer names that use full words or common abbreviations
  • avoid general nouns like "data" or "result", prefer specific and accurate nouns
  • for functions, avoid general verbs like "do", "get", or "process", prefer more specific verbs or omit the verb entirely

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.