Skip to content
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

Plan to rebuild the devpack. #847

Open
1 of 6 tasks
Jim8y opened this issue Dec 26, 2023 · 0 comments
Open
1 of 6 tasks

Plan to rebuild the devpack. #847

Jim8y opened this issue Dec 26, 2023 · 0 comments

Comments

@Jim8y
Copy link
Contributor

Jim8y commented Dec 26, 2023

The devpack has been facing numerous significant issues. These include incomplete compiler syntax support, vague interface definitions, lack of comments, cumbersome code structure, absence of tests, insufficient documentation, lack of tools, missing interfaces, and a shortage of examples, among others. These problems have made developing contracts in C# on the Neo platform a very challenging task. Therefore, I plan to propose a series of tasks to gradually transform the devpack into a more robust, user-friendly, and clear project. Here is the list of tasks:

  • Decompose bloated files by functionality and module to avoid files exceeding 500 lines. #848
  • Define NEO's own development framework, prohibiting the use of system's native types and utility libraries.
  • Significantly increase the number of necessary methods.
  • Add detailed comments.
  • Implement a code analyzer to provide errors, warnings, and correction suggestions during contract development.
  • Organize unit test projects and add more test cases to improve coverage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant