GithubHelp home page GithubHelp logo

Brian Drake

This user's GitHub contributions:

  • Meet the general standards described below for clarity, modularisation, security and support.
  • Are supported to the extent possible in this user's limited free time.
  • (for original contributions) Are free of copyright.
  • Are libre (or 'free as in freedom'), meaning that everyone is free to use, study, change and distribute them.

Software standards

All of this user's software meets, and all software should meet, the general standards below.

Some commonly accepted software does not meet these standards; in some cases, examples are given below.

Clarity

  • Code (including APIs and automatically generated code) is self-documenting and works the way that type of code would be expected to work (where possible).

    A good example of unclear automatically generated code that turned out to be problematic is Emscripten's glude code.

  • Dependencies are clearly stated.

    Static imports are placed together in a typical location. For dynamic imports triggered by function calls or similar constructs (like in JavaScript), if the import specifier (just not the timing of the import) is known in advance, then the function call is wrapped in another function and the wrapper function's definition is placed together with any static imports.

    An example of dynamic imports that are typically not placed together with static imports is lazily loaded Vue Router components.

Modularisation

  • Each part is as universal as possible (in particular, JavaScript code is isomorphic and uses strict mode).

Security

  • Software is secure by default. In particular:

    • Software, by default, respects existing security boundaries, including those between operating system users. In particular:

      • Software creates temporary files (and directories) securely.
      • Software properly handles the possibility of local web servers being accessed by other local users.
    • Software does not access the network, except as necessary to follow the commands it is given.

  • Recommendations given in documentation are secure.

Support

  • All versioned material uses semantic versioning.
  • For all supported material, all critical issues (including security issues) are fixed via minimal patches as soon as practical.

Support

For all current (not archived) GitHub repositories, the latest release version is supported to the extent possible. No level of support is actually guaranteed; this user supports these repositories in their limited free time.

Forks are only included if they indicate that this user has taken responsibility for them.

Copyright waiver

Most works are automatically covered by copyright, but all of this user's original GitHub contributions are dedicated to the public domain (no copyright) under the CC0 1.0 Public Domain Dedication, a copy of which is in LICENSE.txt.

Freedom

All of this user's GitHub contributions (including third party material, except some quotes) are libre (or 'free as in freedom'). This means that they provide the public basic freedoms; these are the freedom to:

  • Use the material for any purpose.
  • Study and change the material.
  • Distribute the material (with or without changes).

These freedoms are provided automatically, with minimal requirements (such as attribution), and can only be revoked for a particular user if that user violates those requirements. Material that denies the public these freedoms is called 'proprietary'.

Brian Drake's Projects

Brian Drake doesnโ€™t have any public repositories yet.

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.