Select the class, right click on it:

Images int��gr��es 1

2016-05-02 17:35 GMT+02:00 Victor RENE <victor-rene.dev@outlook.com>:
In the TinyBlog mini-project of the MOOC, we start by creating the model.
However, since I basically finished the exercises, I wanted to go one step further and
ask you guys, what is the correct way��_not_ to��write all gettters / setters for the fields.
��
TBPost >> title
������ ^ title
TBPost >> title: anObject
������ title := anObject
TBPost >> text
������ ^ text
TBPost >> text: anObject
������ text := anObject
etc...
��
Do you do it with macros / templates / something else��?
I am having a bit of��fun (although I would love that they unlock weeks 2 to 7 for me). Thanks in advance.

Victor RENE
Software engineer,
Game designer, Writer

��



--
Guillaume Larcheveque