nomoixyz / vulcan

Development framework for Foundry projects
https://nomoixyz.github.io/vulcan/
MIT License
285 stars 19 forks source link

println and format docs #100

Closed vdrg closed 1 year ago

vdrg commented 1 year ago

Add sections to the book

JosepBove commented 1 year ago

I can do that if you want

gnkz commented 1 year ago

Hey @JosepBove ! Feel free to create a PR 😃

JosepBove commented 1 year ago

Where should I document printLn, Its not a module itself but it's not used in any module. Should we change the printLn code and move it under the Console module? (Obviously I can list it under the Testing section)

gnkz commented 1 year ago

Where should I document printLn, Its not a module itself but it's not used in any module. Should we change the printLn code and move it under the Console module?

If you look at the develop branch https://github.com/nomoixyz/vulcan/tree/develop/src we are changing the project structure a bit. I think we could create a section for utils and document println and format there. Let me know if that makes sense @vdrg @JosepBove

JosepBove commented 1 year ago

That makes a lot of sense for me, waiting for @vdrg feedback

vdrg commented 1 year ago

makes sense for me! Thanks @JosepBove