Skip to content

Instantly share code, notes, and snippets.

@dwijnand
Last active April 6, 2021 10:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dwijnand/f919242cfe61a17b6c5a to your computer and use it in GitHub Desktop.
Save dwijnand/f919242cfe61a17b6c5a to your computer and use it in GitHub Desktop.
Dual strings of the same length
lo/hi
enc/dec
fst/snd
get/put/del
new/add/mod/del/(rem)
old/new
req/rsp
src/dst
usr/pwd
cols/rows
fast/full
head/init/tail/last
host/port
john/jane
live/test
more/less
pass/fail
prev/next
prod/test
send/recv
user/pass
above/below
begin/abort
begin/pause
bippy/conco/dingo/fundu/gucci/hippo
delta/value
happy/error (path)
label/value
since/until
start/abort
start/pause
upper/lower
works/broke
works/fails
commit/rotate
encode/decode
exists/absent
expect/reject
import/ingest
leadin/finish :-/
master/worker
source/binary
source/target
create/update/rename/delete
change ! (update is better)
modify ! (modified is 1 too long)
stored ! (past tense)
remove ! (short-hand rem looks like remainder)
healthy/hanging
process/cluster
staging/testing
started/stopped
success/failure
tearout/restore
primary/replica (over master/slave)
about to/complete
about to/finished
abstract/concrete
granting/revoking
incoming/expected
incoming/outgoing
original/obtained
starting/complete
starting/finished
username/password
passlist/denylist (over whitelist/blacklist)
allowlist/blocklist (over whitelist/blacklist)
initiator/requester (over master/slave)
initiator/responder (over master/slave)
preparing/completed
api
app
bin
cli
dev (dev tools or in-dev)
doc
exe
ext (extension or external)
fns
fun
gui
lib
pbt
res
src
std
tui
web (web ui or web api)
dev
int
prd
pre
stg
uat
usr
www
apis
core
data
docs
func
main
misc
perf
prop
root
spec
test
unit
ldev
test
live
prod
atest
ftest
itest
ptest
tests
utest
local
stage
cloud (:/)
binary
source
target
AccTest
ApiTest
IntTest
sources
testing
testkit
foo-client
foo-server
foo-shared
(not foo-common because common vs commons)
---
(WIP)
end
stop
finish
release
snapshot
staging
production
min
all
summ
full
brief
short
subset
summary
detailed
FooSumm / FooFull
FooMinInfo / FooAllInfo
FooSomeInfo / FooFullInfo
ch / str / char / string
expected / actual
setup / teardown
width / length / height
first / last
first / second
available
enabled
controllers
domain
models
presentation
resources
web
logic
application processing
business logic layer
core business logic
data
data management
data access (layer)
---
mima test names
add, added
new
gain
introduce
rm
remove, removes, removed
drop, drops, dropped
lose, loses, lost
missing
delete, deleting, deleted
becomes
changed
moving
pushing up
added
changed
deleted
gain
lose
drop
lost
miss
with
change
---
exec process
code
exit
error
check
lines
status
result
return
exitCode
errorCode https://en.wikipedia.org/wiki/Error_code
exitStatus https://www.tldp.org/LDP/abs/html/exit-status.html https://en.wikipedia.org/wiki/Exit_status
returnCode https://en.wikipedia.org/wiki/Error_code
returnStatus https://www.tldp.org/LDP/abs/html/exit-status.html
#! /bin/sh -
git push >&- 2>&- &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment