-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Code Cleanup - Improve Code Quality #74
Comments
EDIT: removed task list. |
You can either remove Milestone 3 or add some specific tasks (one addition - with rather low priority - could be to inspect the I think you should put the heading Plan towards |
Maybe need to make a new project with title Plan towards BriefFiniteElementNet version 2 and a nuget release? |
|
I rather to move obsolete classes into another namespace, and remove them in next version, what you think about it? |
If you think that the obsolete code is still widely used, that would be a fair compromise. Alternatively, you could add another project
If I'm correct, at the moment it's a loose collection of tests, which must be run manually. Just add a class |
Hi, I'm going through the todo-list and I noticed item "complete TriangleElement codes that support all 3 types of loads.": https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/projects/4#card-44141482. What do you mean with all 3 types of loads? |
There are 3 type of elemental loads, Uniform, Concentrated and PartialNonUniform. I think currently only uniform load is supported by triangle element. |
EDIT:
Milestone 1
BriefFiniteElementNet
/BriefFiniteElementNet.Common
Obsolete
attribute.Milestone 2
BriefFiniteElementNet
/BriefFiniteElementNet.Common
BriefFiniteElementNet.Validation
BriefFiniteElementNet.Controls
dependencyMilestone 3
BriefFiniteElementNet
/BriefFiniteElementNet.Common
BriefFiniteElementNet.Validation
======================
discussion continued from comment number 673732028 of #36 (link)
Yes i also think that unit tests are not enough yet, only some element helpers have unit tests, others do not. So is it necessary to increase the unit tests? i think there is need for it
I've used
[Obsolete()]
attribute for both deprecated codes and new codes which are under development and not tested yet. As you stated, I'm also waiting to get an stable version then publish that version in nuget.org.You mean XML documentation for methods and fields and property ?
Thanks
The text was updated successfully, but these errors were encountered: