szabototo89 / CodeSharper

Refactoring tool, written in C# and using TDD for developing
1 stars 0 forks source link

Question: Where should Index property of Text be stored? #13

Closed szabototo89 closed 10 years ago

szabototo89 commented 10 years ago

Question: where should Index property of Text be stored? Options:

szabototo89 commented 10 years ago

We don't need Index property because of TextSpan class refactoring. Start and Stop properties were implemented with Int32 types, so they are representing Index property.