|
ByteString and ByteSymbol have 12 methods with completely duplicite code. It could be fixed by using traits. The same applies for WideString and WideSymbol.
This code lists duplicite methods for ByteString/Symbol:
(ByteString methods collect: #sourceCode)
intersection:
(ByteSymbol methods collect: #sourceCode)
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|