Changes between Initial Version and Version 4 of Ticket #23246
- Timestamp:
- 06/20/17 22:08:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23246
-
Property
Status
changed from
new
topositive_review
-
Property
Branch
changed from
to
u/vklein/rational___set_a_unique_implementation_for_denom__denominator_and_numer__numerator
-
Property
Commit
changed from
to
f8dfd2f277df4817b5cf9524e799bdc35128e1a9
- Property Owner changed from (none) to vklein
-
Property
Reviewers
changed from
to
Vincent Delecroix
-
Property
Status
changed from
-
Ticket #23246 – Description
initial v4 1 In class Rational instance method denom and denominator have the same implementation (code duplication). The same goes for methods numer and numerator. 1 In class Rational instance method denom and denominator have the same implementation (code duplication). The same goes for methods numer and numerator. This ticket 2 2 3 - Set numer as an alias for numerator.4 - Set denom as an alias for denominator.3 - Sets numer as an alias for numerator. 4 - Sets denom as an alias for denominator.