TechnionYP5779 / team4

29 stars 2 forks source link

use tdd to develop a fluent api that represents an arithemtical progression over BigInteger #74

Closed dormaayan closed 5 years ago

dormaayan commented 6 years ago

See #73 on how to define the fluent API. Add checkboxes as necessary, note that default first value is zero, default step should e zero, and default count is infinity

0xYuval commented 5 years ago

Hi @dormaayan I didn't understand what to do. Should I develop an API using TDD, which is similar to #73 but with BigInteger instead of regular Integer?

0xYuval commented 5 years ago

Fluent API definition of BigIntegerRange class Description: a range of BigIntegers, which could be infinite.

dormaayan commented 5 years ago

Yes