Skip to content

Commit

Permalink
Create acronyms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnsmnstrr authored May 3, 2024
1 parent cdc966b commit 3bb8e3a
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions notes/acronyms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Acronyms

A list of acronyms I like, use [alot](https://hyperboleandahalf.blogspot.com/2010/04/alot-is-better-than-you-at-everything.html) or want to remember

### A

- __AAA__ - Arrange, Act, Assert (for [writing good tests](https://automationpanda.com/2020/07/07/arrange-act-assert-a-pattern-for-writing-good-tests/))
- __AIDA__ – Attention, Interest, Desire, Action ([marketing concept](https://blog.hubspot.com/marketing/aida-model))
- __[[api]]__ – Application Programming Interface

### D

- __DIY__ - Do It Yourself
- __DRY__ - Don't Repeat Yourself

### E

- __ELI5__ - Explain like I’m 5 ([r/eli5](https://www.reddit.com/r/explainlikeimfive/)
- __EOD__ - End of day

### F

- __FTFY__ – Fixed that for you

### I

- __IYKYK__ - If you know you know

### K

- __KISS__ - [Keep It Simple, Stupid](http://principles-wiki.net/principles:keep_it_simple_stupid)

### N

- __NSFW__ - Not safe for work

### S

- __SLAP__ - [Single Level of Abstraction Principle](http://principles-wiki.net/principles:single_level_of_abstraction)
- __SNAFU__ - Situation normal, all f***** up

### T

- __TIL__ - Today I learned
- __TL;DR__ - Too long, didn't read.

### W

- __WFH__ - Work from home
- __WYSIWYG__ - What you see is what you get

### Y

- __YAGNI__ - [You aren't gonna need it](http://principles-wiki.net/principles:you_ain_t_gonna_need_it)
- __YMMV__ – Your mileage may vary

## Sources

- https://buffer.com/library/social-media-acronyms-abbreviations/
- https://en.wikipedia.org/wiki/Lists_of_acronyms
- https://github.com/abbrcode/abbreviations-in-code
- https://areknawo.com/10-coding-principles-and-acronyms-demystified/

0 comments on commit 3bb8e3a

Please sign in to comment.