Git Product home page Git Product logo

frigg's People

Contributors

cgenesonisouthworks avatar debbie-yu avatar fibii avatar github-actions[bot] avatar gregoriomartin avatar jo-lefthook avatar jonathanedmoore avatar joncodo avatar leofmds avatar li-sherry avatar michaelryanwebber avatar msalvatti avatar queuetue avatar roboli avatar seanspeaks avatar sheehantoufiq avatar tomlefthook avatar vedantagrawall avatar william-riley-land 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

frigg's Issues

strKey is not defined

ReferenceError: strKey is not defined
at get (/Users/jon/Code/lefthook/canva--frigg/backend/.webpack/service/src/handlers/http/webpack:/frigg-app-back-end/node_modules/@friggframework/assertions/get.js:17:1)

asertions/get.js

const get = (o, key, defaultValue) => {
    const value = lodashGet(o, key, defaultValue);

    if (value !== undefined) {
        return value;
    }

    if (defaultValue === undefined) {
        throw new RequiredPropertyError({
            parent: this,
            key: strKey,
        });
    }

    return defaultValue;
};

strKey is not declared in this method. You only see this error on run so maybe I am the first one to hit it.

Conversion to Typescript

Hey guys. This could be a really really useful project for the open source world. People need to work on it. :)

I think the best way to work in the open source world is through a strongly typed language. There are many reasons for this including:

  • Forcing new contributors to adhere to coding standards
  • Enabling new developers to understand the code better
  • Make test writing easier as the code will have to change to make it more SRP (Single responsibility principle)

Steps to accomplish this:

  1. Cover 70% of the code with tests currently. This is a loose outline but in general, just make it work with tests in a CI/CD fashion.
  • All tests must be written in .ts
  1. Convert all files to .ts.
  2. Create objects for everything ๐Ÿ˜ƒ
  3. Make sure all the tests still pass

Documentation

Hey everyone!

We need help with documentation. Please run the code as suggested and make updates! Post any errors in this thread and we will try to figure them out as we write better docs ourselves

If you want to work on docs? Thanks! We really appreciate it!

Things that need specific focus:

  • Onboarding new users in the docs
  • Explaining how to make a new module
  • Explaining how to implement all modules
  • Documentation in the code with explanation of decisions

Goals

  • Documentation is easy to consume
  • All docs live in the same place

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.