Giter Site home page Giter Site logo

evg's People

Contributors

dependabot[bot] avatar terotests avatar

Watchers

 avatar  avatar

Forkers

paweldefee

evg's Issues

Project relies on a global TypeScript installation

The TypeScript version used by this project should be explicitly declared in package.json. Different TypeScript versions behave differently, and the lack of a specified version can and will cause issues for contributors, as well as making the code far less portable.

Build files should be compiled into a separate directory

Compiled TypeScript files should be placed in a separate directory to the source files. Having the files side by side leads to confusion and additionally makes it harder to reduce payload size when installing via npm, as you have to download twice as many files.
Consider using travis to build and publish the project automatically ( https://docs.travis-ci.com/user/deployment/npm/ ) This means that the build files can be removed from the github repo.

Test output appears to be committed to repo

The contents of ./out appears to be entirely test output. If this is the case, the directory should be removed from git and added to .gitignore. If the ./out directory is required for tests to run, consider adding a bootstrapping step to your tests that scaffolds the necessary folder structure.

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.