Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

docs: update CONTRIBUTING.md #177

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Don't worry if you can't code! There's other ways to help!

### Code structure

Most of the code is object oriented. I essentially grouped all of the main functions into their own `.cpp` and `.h` files, then inclded those files in the main `.ino` file. I am trying to make this as easy to maintain as possible. It's easier on me and others if each part was seperated and organized. Here's some more info on the [OOP(Object oriented programming)](https://en.wikipedia.org/wiki/Object-oriented_programming).
Most of the code is object oriented. I essentially grouped all of the main functions into their own `.cpp` and `.h` files, then inclded those files in the main `.ino` file. I am trying to make this as easy to maintain as possible. It's easier on me and others if each part was separated and organized. Here's some more info on the [OOP(Object oriented programming)](https://en.wikipedia.org/wiki/Object-oriented_programming).

Loading