pharo-wiki icon indicating copy to clipboard operation
pharo-wiki copied to clipboard

Create page "Cool to know for beginners"

Open juliendelplanque opened this issue 6 years ago • 4 comments

  • #streamContents:
  • #do:separatedBy:
  • #joinUsing: and #join:
  • #splitOn: and #split:
  • #format:

juliendelplanque avatar Nov 20 '18 13:11 juliendelplanque

  • 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à)

jecisc avatar Dec 07 '18 10:12 jecisc

Polymorphism between blocks and symbols

jecisc avatar Dec 19 '18 15:12 jecisc

Dependency analyzer

jecisc avatar Dec 19 '18 16:12 jecisc

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:

juliendelplanque avatar Jan 29 '19 08:01 juliendelplanque