Skip to content

docs: add STYLE.md and update docs to reference coding style guide #143

Merged
mudgen merged 1 commit into
Perfect-Abstractions:mainfrom
Jayy4rl:style-guide-103
Oct 28, 2025
Merged

docs: add STYLE.md and update docs to reference coding style guide #143
mudgen merged 1 commit into
Perfect-Abstractions:mainfrom
Jayy4rl:style-guide-103

Conversation

@Jayy4rl

@Jayy4rl Jayy4rl commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

Summary

Changes Made

Checklist

Before submitting this PR, please ensure:

  • Code follows the Solidity feature ban - No inheritance, constructors, modifiers, public/private variables, external library functions, using for directives, or selfdestruct

  • Code follows Design Principles - Readable, uses diamond storage, favors composition over inheritance

  • Code matches the codebase style - Consistent formatting, documentation, and patterns (e.g. ERC20Facet.sol)

  • Code is formatted with forge fmt

  • Tests are included - All new functionality has comprehensive tests

  • All tests pass - Run forge test and ensure everything works

  • Documentation updated - If applicable, update relevant documentation

Make sure to follow the CONTRIBUTING.md guidelines.

Additional Notes

@Jayy4rl

Jayy4rl commented Oct 28, 2025

Copy link
Copy Markdown
Contributor Author

@mudgen review and let me know

@mudgen

mudgen commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

@Jayy4rl This is a great, thanks for submitting this. I am going to merge this later and make some additions.

@mudgen mudgen merged commit 90a5a8f into Perfect-Abstractions:main Oct 28, 2025
JackieXu pushed a commit to JackieXu/Compose that referenced this pull request Nov 6, 2025
docs: add STYLE.md and update docs to reference coding style guide
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

Successfully merging this pull request may close these issues.

Make a Coding Style Guide for Compose

2 participants