Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • duneuro-bst duneuro-bst
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • duneuroduneuro
  • brainstormbrainstorm
  • duneuro-bstduneuro-bst
  • Merge requests
  • !2

Oop code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Juan GPC requested to merge oop_code into master Sep 28, 2020
  • Overview 88
  • Commits 38
  • Changes 18

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: oop_code