Skip to content

Oop code

Juan GPC requested to merge oop_code into master

Hi,

I've been pushing to this branch to keep it clean. Several changes:

  • the module's name is now the same as the repository: duneuro-bst. I want to keep things as simple as possible. Before the app was called duneuro_bst_meeg, the repo duneuro-bst, and the module duneuro-brainstorm.Now they're all sharing the same name: duneuro-bst.

  • The application is based in an application object which holds different handy variables and methods.

  • I've created a namespace -> DuneuroBrainstorm to keep, so far, an enum, a new exception class and the application class.

  • All the code is, I hope, more clean and easier to maintain. I would like to have the implementation separated into different files. But so far I haven't been able to do that. So by now, we have a header file and an implementation file containing main.

Merge request reports