ton-blockchain / wallet-contract-v5

w5
MIT License
69 stars 16 forks source link

[File Structure] Readability Improvements #8

Closed e6654321 closed 1 month ago

e6654321 commented 2 months ago

The proposed file structure aims to assist the community and other developers in comprehending the contract code more effectively. It also serves as a guideline for maintaining separation of concerns and establishing a cohesive naming convention. Below is the suggested folder structure, including recommended file name casing:

contracts
|── imports
│   ├── stdlib.fc
├── constants.fc
├── library_deployer.fc
├── utils.fc
└── wallet_v5.fc
.
.
wrappers
├── Errors.ts
├── Errors.ts
├── LibraryDeployer.ts
.
.
├── OpCodes.ts
└── WalletV5.ts
.
.
tolya-yanot commented 1 month ago

thank you, but not planned