jferard / py4lo

Py4LO is a simple toolkit to help you write and include Python scripts in LibreOffice Calc spreadsheets.
GNU General Public License v3.0
5 stars 2 forks source link

Better directive decision process #18

Closed jferard closed 6 years ago

jferard commented 6 years ago

Currently, the name of the directive is passed to every directive class, and the class decides whether something is done or not. that's not the way it should be. Why not a get_directive function?