Skip to content

Commit

Permalink
[doc] Update developing plan
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCrossCoder committed May 11, 2024
1 parent 0690b78 commit 807a3d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ A Golang library to make development easier and more efficient

1. Robustness: Add fuzz tests to ensure the robustness of the library.
2. Maintainability: Add annotations to the code to make it more readable; standardize the naming of the functions and variables to make it more consistent.
3. Provide more practical functions in `functools` for manipulating `sequences` (`slice`/`array`/`string`).
4. Generate documentation for the library and provide examples for each function.
3. Functionality: Provide more practical functions in `functools` for manipulating `sequences` (`slice`/`array`/`string`).
4. Usability: Generate documentation for the library and provide examples for each function.
5. Compatibility: Support lower versions of `Golang` to ensure compatibility with older projects; split `typed` package.

0 comments on commit 807a3d4

Please sign in to comment.