pharo-wiki
pharo-wiki copied to clipboard
Create page "Cool to know for beginners"
-
#streamContents:
-
#do:separatedBy:
-
#joinUsing:
and#join:
-
#splitOn:
and#split:
-
#format:
- Object>>#in:
- Object>>#flag:
For flag:
jecisc: Petite astuce. Pour les flag moi je passe des symboles et je met un commentaire.
self flag: #todo. "This feature blablabla
Et avec ça, je peux retrouver mes flags via les senders.
[7:32 PM] jecisc: Et j'utilise souvent les même flags.
- #todo
- #clean
- #toCheck
- #pharoX (quand j'utilise un truc qui peut être améliorer quand on drop la compatibilité pour ce pharo là)
Polymorphism between blocks and symbols
Dependency analyzer
Actually, what still needs to be done for this issue is the following:
- Collections API
- #streamContents:
- #do:separatedBy:
- #joinUsing: and #join:
- #splitOn: and #split:
- String API
- #format:
- Object API
- #in: