Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcelis/squint-test
Do squint tests on your code in Atom!
https://github.com/davidcelis/squint-test
Last synced: 5 days ago
JSON representation
Do squint tests on your code in Atom!
- Host: GitHub
- URL: https://github.com/davidcelis/squint-test
- Owner: davidcelis
- License: mit
- Created: 2014-03-08T18:34:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T00:26:56.000Z (over 9 years ago)
- Last Synced: 2024-10-30T06:40:22.292Z (about 2 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 141 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Squint Test for Atom.app
The Squint Test is a test you can perform visually against your code. It's simple: you take a step back from your display, squint your eyes, and look at your code. Look specifically for changes in shape and changes in color. Changes in shape mean you may have a lot of nested conditionals, while changes in color mean your code may not have the same level of abstraction.
However, we're programmers. Our eyes are precious. Why use your eyes to squint when you can use your editor?
![squint-test](https://i.cloudup.com/YIBJxeIWNb-3000x3000.png)
To perform a squint test on your code in Atom, simply bring up the command palette (⌘⇧P) and use the "Squint Test: Toggle" command. Alternatively, use the provided keyboard shortcut (^⌥s).
This package was inspired by a talk given by [Sandi Metz](http://www.sandimetz.com) at [Ruby on Ales 2014](https://ruby.onales.com) titled "All the Little Things". Thank you, Sandi!