Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpmcgrath/codealignment
https://github.com/cpmcgrath/codealignment
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpmcgrath/codealignment
- Owner: cpmcgrath
- Created: 2012-06-22T07:21:18.000Z (over 12 years ago)
- Default Branch: release
- Last Pushed: 2021-10-23T10:29:14.000Z (about 3 years ago)
- Last Synced: 2024-08-02T16:54:04.767Z (3 months ago)
- Language: C#
- Homepage: http://www.codealignment.com
- Size: 634 KB
- Stars: 198
- Watchers: 19
- Forks: 51
- Open Issues: 45
-
Metadata Files:
- Readme: README.mediawiki
Awesome Lists containing this project
README
==Code alignment==
Code alignment is the practice of formatting your code vertically to improve readability.
Based on principles borrowed from mathematics and other disciplines, code alignment gives extra meaning to your code by lining up similar data in columns. This is something we do naturally when working with tables and spreadsheets, but unfortunately it doesn't get applied to code often enough.
The usual excuses are, "It's too hard. It takes too long. They don't pay me enough." With this extension, these excuses are no longer valid.
For more information, examples, bug tracker and change logs visit the the code alignment website.