Rahul Gautham Putcha

Results 16 comments of Rahul Gautham Putcha

- `getRange()` Exception handling are redundant as it is handled by `BusSubset()` contructor within `slice()`

> Just needs unit testing and documentation! Great start! Thanks Max!! Will do it asap.

> Just needs unit testing and documentation! Great start! Made Changes as requested!

Hey Max, I would like to give a try on this issue! :)

A function will be made for postIncrement and preIncrement taking the Logic object value as a reference. The result computation will be worked on this reference object taken as a...

Similar pattern will be followed on `+=` (`addAssign(&ref)`) , -= (`diffAssign(&ref)`) , `*=` (`mulAssign(&ref)`), `/=` (`divAssign(&ref)`).

`logicVar++` === `postIncr(&ref)` `++logicVar` === `preIncr(&ref)`