Skip to content

adishavit/equisized_antonyms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Equal Sized Antonyms

A helpful list of antonyms with the same word length for your everyday variable names:

Antonyms C++ Python
lo/hi
up/dn
rd/wr
beg/end
src/dst
top/bot
get/set
old/new ❌ Keyword new
min/max ❌ Builtin min and max
new/del ❌ Keyword new ❌ Keyword del
add/del ❌ Keyword del
fix/var
head/tail
pred/succ
large/small
accept/reject
source/target
prev/curr/next ❌ Builtin next
relative/absolute

Equisized Non-Antonyms

  • get/got/gen (gen for generate)
  • width/depth
  • length/height

Inspiration

Several Twitter threads.

About

A helpful list of antonyms with the same word length

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published