https://github.com/adishavit/equisized_antonyms
A helpful list of antonyms with the same word length
https://github.com/adishavit/equisized_antonyms
Last synced: 5 months ago
JSON representation
A helpful list of antonyms with the same word length
- Host: GitHub
- URL: https://github.com/adishavit/equisized_antonyms
- Owner: adishavit
- Created: 2019-02-26T16:30:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T17:55:54.000Z (about 1 year ago)
- Last Synced: 2025-03-24T18:47:42.100Z (about 1 year ago)
- Size: 39.1 KB
- Stars: 39
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Equal Sized Antonyms
A helpful list of antonyms with the same word length for your everyday variable names:
- `lo`/`hi`
- `up`/`dn`
- `rd`/`wr`
- `beg`/`end`
- `bid`/`ask`
- `fst`/`snd`/`lst` *(first/second/last)*
- `lhs`/`rhs` *(left/right hand side)*
- `src`/`dst`
- `top`/`mid`/`bot`
- `get`/`set`
- `old`/`new`⁰
- `min`/`mid`/`max`²
- `new`/`del`¹⁰
- `add`/`del`¹
- `fix`/`var`
- `one`/`any`/`all`/`non`/`nil`
- `yay`/`nay`
- `give`/`take`
- `head`/`tail`
- `less`/`more`
- `play`/`stop`
- `pred`/`succ`
- `prev`/`curr`/`next`²
- `push`/`pull`
- `this`/`that`⁰
- `true`/`fake`⁰
- `yeah`/`nope`
- `east`/`west`
- `below`/`above`
- `Bible`/`Koran`/`Torah`
- `fresh`/`stale`
- `north`/`south`
- `start`/`pause`/`break`⁰
- `sugar`/`spice`
- `large`/`small`
- `lower`/`upper`
- `allow`/`block`
- `inner`/`outer`
- `accept`/`reject`
- `permit`/`refuse`
- `permit`/`forbid`
- `permitted`/`forbidden`
- `create`/`insert`/`remove`/`delete`⁰
- `encode`/`decode`/`verify`
- `source`/`target`
- `unique`/`shared`
- `acquire`/`release`
- `antonym`/`synonym`
- `diverse`/`uniform`
- `include`/`exclude`
- `primary`/`counter`
- `donation`/`thievery`
- `relative`/`absolute`
- `producer`/`consumer`
- `positive`/`negative`
- `increment`/`decrement`
- `permanent`/`temporary`
⁰ C++ keyword, cannot be used as an identifier
¹ Python keyword, cannot be used as an identifier
² Python builtin, should not be used as an unqualified identifier, but ok as member
## Equisized Non-Antonyms
- `get`/`got`/`gen` (`gen` for generate)
- `width`/`depth`
- `length`/`height`
## Oddballs
- `OK`/`NG`⁰
- `this->`/`other.`
- `localhost`/`127.0.0.1` 😂
⁰ the "NG" initials are commonly used in Japan for "Not Good"
### Inspiration
Several [[Twitter](https://twitter.com/fulhack/status/863496853190582272)] [[threads](https://twitter.com/kikko_fr/status/505301200980672512)] [[1](https://twitter.com/AdiShavit/status/1270615387567202305?s=20)].