Git Product home page Git Product logo

principles's Introduction

open-source-principles

Open-source principles to align engineering and leadership teams. Build is published onto principles.dev. Contributors welcome.


(*) Principle licensing may vary, read below for more info

Contributing

We are a group of contributors with a goal to make software engineering and leadership behaviors visible, to make software better for everyone.

You can create your principle by using the Editor, reading the how to write a principle and, of course, the Contributing.md. Once done you can submit a pull request back to this repo.



editor3

Keeping in touch

  1. Sign up for an account at https://principles.dev where you can save your principles drafts (for submitting to this repo) and organising your favourite principles in your profile.
  2. Follow @principles_dev to hear more about principles.
  3. There's also a mailing list on the website with infrequent emails about principles.

Licensing

Principles are generally licensed under Creative Commons Attribution-ShareAlike 4.0 International. But may be licensed under other creative commons license. Refer to the individual principle meta-data file for license claims - you can find this at the top of every principles file.

e.g. license = "CC BY-SA 4.0"

Principles may also be licensed under a dual GPLv3.0 license to allow software distribution under the same terms. Refer to the individual principle meta data for license claims - you can find this at the top of every principles file.

e.g. allow_dual_licensing_to_GPLv3 = true

For more information on licensing, read here: https://principles.dev/license/

principles's People

Contributors

adamcraven avatar andrewcraven avatar kealanparr avatar nickyhannaway avatar russmiles avatar streamer45 avatar swyxio 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  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

principles's Issues

Need ability to relate Principles

For instance, single-responsibility-principle can be used as a tool to effectively drive reduce-a-problem-to-its-lowest-sensible-abstraction.

Broken Link for Login

Clicking the LogIn/Sign Up page takes you to this page where there is a big Sign In with GitHub button.

Clicking on the Sign In with GitHub button gives me a 404 page (here)

Principle: Apply Pressure

I'll be happy to write this up as a pull-request if folks like it.

The idea

Let pieces of the system put pressure on one another to help ensure correctness.

Examples

  • When refactoring, don't change both the tests and the code in the same commit. When refactoring the code, keep the tests fixed. When refactoring tests, keep the code fixed. You may alternate these in a single pull-request.
  • When adding or replacing a system, roll it out gradually in production. The real-world usage will apply gradual pressure on your system. This will force you to add the necessary monitoring, resiliency, and other controls.

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.