You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obsidian is a large project that consists of many parts. At the moment, everything sort of melts together, which is bad for maintainability and extensibility.
Separate console front-end to a new project
Make sure that we only have things public when they should be
Make types sealed as appropriate
Move Obsidian.ConversionUtility to repository Tools
Move Obsidian/scripts to repository Tools
Move Obsidian.Nbt to its own repository
Rethink project folder/namespace structure (?)
Some tasks (?) need further discussing.
The text was updated successfully, but these errors were encountered:
Obsidian is a large project that consists of many parts. At the moment, everything sort of melts together, which is bad for maintainability and extensibility.
public
when they should besealed
as appropriateObsidian.ConversionUtility
to repositoryTools
Obsidian/scripts
to repositoryTools
Obsidian.Nbt
to its own repositorySome tasks (?) need further discussing.
The text was updated successfully, but these errors were encountered: