ClubSynapsETS / Prothese

0 stars 2 forks source link

Human readable code #3

Closed Wercal closed 5 years ago

Wercal commented 5 years ago

Currently most part of the code must be in C, and the c language is hardly meant to be human readable. For now I(Zacharie) will relying on comments to convey information. The goal is keep the code itself as readable by using C macros and as few pointers as possible. A discussions on this subject might be necessary. We will see in time.

mastodonde commented 5 years ago

Good pratice insteed