Coder Social home page Coder Social logo

augment's People

Contributors

dashed avatar marklemerise avatar patrickjs 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

augment's Issues

Creating Singletons

On your Getting Started wiki page you mention an upcoming article on:

Using augment to create modules and singleton instances.

I couldn't find this anywhere. Do you have an example?

make extension of Function.prototype more explicit

it looks weird and isn't very transparent when I do

 require('augment')

and suddenly Object.augment({...}) is available in that module space (i'm using ringojs). I would rather use it like so:

 var {addAugment} = require('augment')
 addAugment(Function);

GPL License !? Why not MIT ?

Not a code issue, but I just wonder why augment is GPL3 licensed ? An 8 lines function (as advertised) class library could be seen more as a snippet than a library. But the GPL license prevent one to just copy/paste those 8 lines in a MIT project. Correct me if I'm wrong, but sticking to GPL might reduce the number of people willing to use your lib. (my 2 cents)

Git tag 4.0.0

Can you add a tag so that the package can be used with Bower?

The code kills my brain cells

Having trouble wrapping my head around bind.bind(bind) and so forth. Would you care to explain the code in README, since it's only 17 lines?

extending native `Object`

i stumbled over this because I had code not doing Object.keys() or hasOwnProperty and throwing on key augment. you added it here:

a4b1690#L2R9

is it necessary?

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.