#58 CQuery: internal state should be invisible

닫힘
ranides4 년 전을 오픈 · 4개의 코멘트
ranides 코멘트됨, 4 년 전

Internal source list/array/collection should not be exposed by #list #set or #array methods.

#sort and #reverse method should not have impact on source collections too.

We should implement this using SharedList

Internal source list/array/collection should not be exposed by #list #set or #array methods. #sort and #reverse method should not have impact on source collections too. We should implement this using `SharedList`
ranides 코멘트됨, 4 년 전
소유자

Może zamiast zabawy w SharedList powinniśmy po prostu dodać metody: listview() i tyle?

Może zamiast zabawy w SharedList powinniśmy po prostu dodać metody: listview() i tyle?
ranides 코멘트됨, 4 년 전
소유자

sort - OK

sort - OK
ranides 코멘트됨, 4 년 전
소유자

we should implement copy-on-write list/set

we should implement copy-on-write list/set
ranides 커밋 4 년 전에서 이 이슈 언급
ranides 코멘트됨, 4 년 전
소유자

copy-on-write list is implemented.

methods reviewed:

  • list returns CopyList or new list.
  • set returns new set
  • array returns always new array (cloned)
  • sort returns new list
  • reverse returns reversed read-only list.
copy-on-write list is implemented. methods reviewed: - `list` returns CopyList or new list. - `set` returns new set - `array` returns always new array (cloned) - `sort` returns new list - `reverse` returns reversed read-only list.
ranides 커밋 4 년 전에서 이 이슈 언급
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.