-
- Move server into `src/server.rs`
- Move JSON structs into `src/json.rs`
- Create new structs in `src/json.rs` for all the `*Json` structs
- Move wallet into `src/wallet.rs`
casey updated
10 months ago
-
I aim to modularize this code to enhance maintainability, promote code reusability, and facilitate collaboration with other team members.
-
Currently the layout of the modules in platform is slightly different to the layout in the modules of services. We already defined a lot of best practices in services and it would be great if we can h…
-
The "pkg/identity" package both defines the Identity struct type, a lot of constants and calculation methods and a few global variables which record maps of “well-known” and “reserved” identities whic…
-
# Description
Function of crawler would be classified and modularize.
## To do
### Parser
- [ ] `createFile`
- [ ] `parseToSend`
- [ ] `parseClassRoom_Time`
- [ ] `duplicateRoom`
- [ ] `merg…
-
1. As a library (which depends on radsogw-admin4j) developer, I want to use radsogw-admin4j in the Java 9 modular way (``java -p radosgw-admin4j-0.X.X.jar -m com.my.Application`` for example), so I ca…
hrchu updated
6 years ago
-
It will be better to make your file structure like this:
```
|__ src
| |
| |__ server
| | |___ handlers.js
| | |___ router.js
| | |___ s…
-
We should make our two main subworflows (``GENOME`` and ``GENOME_AND_ANNOTATION``) into workflows, as it makes more sense for the structure and modularization of the pipeline (we cannot use subworkflo…
-
As a fanatic of modularization, I would suggest making all shared projects as nuget packages (mainly the abstraction), either on the “global” nuget repository or inside public artifact feed on the
A…
-
Restructure code to smaller source modules. NTP to own file, same to tcpip command interpreter.