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
This should be done shortly before release of 0.1 because we have many inconsistencies, undocumented pieces of code and some sub optimal expressions (like many copy constructors).
Also check includes and move all includes that are only required in the .cpp to there. Keep includes that are required in both files in the header only. There are tools to suggest this automatically.
This should also be used to profile the code and check for any bottlenecks.
This should be done shortly before release of 0.1 because we have many inconsistencies, undocumented pieces of code and some sub optimal expressions (like many copy constructors).
Also check includes and move all includes that are only required in the .cpp to there. Keep includes that are required in both files in the header only. There are tools to suggest this automatically.
This should also be used to profile the code and check for any bottlenecks.
Depends on #12. [done]
The text was updated successfully, but these errors were encountered: