Skip to content

WIP: Code structure refactor

Marcos Huck requested to merge feature/code_structure into develop

Related tasks

Context

The main goal of this refactor is to improve the code structure, without changing the way Cloudsim currently works.

Change

  • Extract application.go:init() logic into a group of smaller functions
  • Split recovering process into different packages.
  • Create a Simulator package that handles all the running simulations logic.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports