You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyCapytain.common.reference.Reference is gonna be refactored but it will be much lighter than Citation refactoring. On the other end, it's gonna lead to breaking change as the Reference object was only valid within the CTS paradigm.
(Proposed) In an effort of having the same return value type, I propose to move from returning Reference object in .start and .end to return string instead. This will make cross object much simpler.
The text was updated successfully, but these errors were encountered:
MyCapytain.common.reference.Reference
is gonna be refactored but it will be much lighter than Citation refactoring. On the other end, it's gonna lead to breaking change as theReference
object was only valid within the CTS paradigm.Current changes
.start
and.end
Properties (see below for breaking change).is_range
propertyBreaking changes:
Reference
object in.start
and.end
to return string instead. This will make cross object much simpler.The text was updated successfully, but these errors were encountered: