Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Coding Philosophy

Ross Jacobs edited this page Jul 17, 2018 · 2 revisions

Philosophy

Coding Philosophy

  • Better to have a long variable name that is clear than a short one that is ambiguous

Project Structure

src for all files that make up program

gui for all Qt files

modules for all other python program files

Documentation for the Merlink project

Clone this wiki locally