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
At this point it is not too clear (to a newcomer) how the framework operates. I suggest to add a doment in ./doc/design.md which describes how interaction between components is achieved and what you would need to do to add another interactive component.
In the code itself we should put a short description above every function - unless it is totally self-explanatory. For example, in dataframe.js it should state what a dataframe is, what it does and how it interacts, so that people can understand the code beneath without going into detail.
If we document this project well, the chance is higher that other people will start using and contributing to the source base.
The text was updated successfully, but these errors were encountered:
I try to add document about design, but I am going to change API from now, so before finishing gsoc term, sciruby blog will be useful instead of document. Thank you.
At this point it is not too clear (to a newcomer) how the framework operates. I suggest to add a doment in ./doc/design.md which describes how interaction between components is achieved and what you would need to do to add another interactive component.
In the code itself we should put a short description above every function - unless it is totally self-explanatory. For example, in dataframe.js it should state what a dataframe is, what it does and how it interacts, so that people can understand the code beneath without going into detail.
If we document this project well, the chance is higher that other people will start using and contributing to the source base.
The text was updated successfully, but these errors were encountered: