Summary
It's not a good idea to put all specific format functions into the main class. We should implement a plugin system like ASE's calculator or so on, where the main class can register the plugin class.
Detailed Description
Further Information, Files, and Links
Summary
It's not a good idea to put all specific format functions into the main class. We should implement a plugin system like ASE's calculator or so on, where the main class can register the plugin class.
Detailed Description
Further Information, Files, and Links