Giter Site home page Giter Site logo

xaxis / boiler Goto Github PK

View Code? Open in Web Editor NEW
42.0 5.0 4.0 516 KB

Boiler is a utility library that makes every day tasks in JavaScript easier by providing over 115 methods that work on arrays, collections, functions, numbers, objects, and strings. It's the JavaScript equivalent of a Swiss Army Knife.

Home Page: http://www.boilerjs.com

JavaScript 97.69% CSS 2.09% HTML 0.23%

boiler's Introduction

boiler

Boiler is a utility library that makes every day tasks in JavaScript easier by providing over 115 methods that work on arrays, collections, functions, numbers, objects, and strings. It's the JavaScript equivalent of a Swiss Army Knife.

[END NOTICE] I'm no longer able to maintain this library. Boiler.js was a great learning experience for me as a JavaScript developer. During its development I was able to push myself to the next level. That being said, I hope that the novel ideas boiler.js brought with it will help forkers and everyone else to make the JavaScript Utility Libraries of the future better and better.

boiler's People

Contributors

arash-kaffashi avatar xaxis 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

Watchers

 avatar  avatar  avatar  avatar  avatar

boiler's Issues

.at

'_.at([deez, nut, z], 1);' returns type error.

.at accepts type array as index. should also take number.

.at multidimensional

_.at([['wil', 'fails'], 3, 4, 5], [0][1]); typeerrors.

can only index first level of array.

_.isPrimitive

A function that returns true when passed an object that is a primitive type (not an array, function, or object) might be a good addition?

.first

Still on the multidimensional array stuf. .first() doesn't chain with itself.
_.first([foo, bar, baznutz]) or
_.chain().first([foo, bar, baznutz]).end()
returns foo, but
_.chain().first([[foo, bar, baznutz], pork, bork]).end()
returns [foo, bar, baznutz].

_.intersection documentation

Deep iteration functionality has been removed from _.intersection the documentation on the website needs to be updated to reflect this.

add callback to _.sum

A callback might come in handy that is applied to each value before the sum of all values is computed.

_.isEqual optimizations

No perf tests have been done for this method. Build some perf tests then see what can be done to increase this method's performance.

_.tap documentation

Requires further information regarding its usefulness as well as a chained sequence example within the code demo.

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.