Coder Social home page Coder Social logo

iterable's People

Contributors

bvalosek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iterable's Issues

Fix FF issues

According to the testling badge, the tests are failing in non-nightly firefox builds. No idea why...

Reconcile Sequence JSDoc descriptions/sigs and README method docs

The README method documentation for Sequence should be fleshed out, and then the first sentence(s) for each method should be the JSDoc description of function.

In addition, parameter names/types and function sigs should all match from the README and the JSDoc.

Create unit tests for all Iterable classes

All of the Iterable classes that are used as sources for creating sequences need to be united tested.

  • ConcatIterable
  • DistinctIterable
  • ExceptIterable
  • GroupByIterable
  • IntersectIterable
  • LimitIterable
  • LimitWhileIterable
  • OrderByIterable
  • ReverseIterable
  • SelectIterable
  • SelectManyIterable
  • WhereIterable

Create unit tests for the seed Iterables

Need to write unit tests for all the Iterables that produce iterables from other types / params:

  • IterableArray.js
  • IterableRange.js
  • IterableRepeat.js
  • IterableString.js

Create integration tests for good coverage of the Sequence classes

The sequence member functions that create new Iterable classes should have some decent integration testing to provide some coverage, though most of this will be covered by the unit tests on the Iterable classes.

  • concat
  • distinct
  • except
  • groupBy
  • intersect
  • join
  • orderBy
  • orderByDescending
  • reverse
  • select
  • selectMany
  • skip
  • skipWhile
  • take
  • takeWhile
  • union
  • where

Standardize delegate signatures for filter predicates

A lot of the delegate signatures (e.g, the where, select predicates) do/should have a call signature of function(item:any, index:number).

Currently this isn't consistently implemented across all applicable methods.

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.