Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be nice to add a dictionary of acronyms or symbols frequently used in comments #24

Open
agcolom opened this issue Oct 18, 2015 · 12 comments

Comments

@agcolom
Copy link
Member

agcolom commented Oct 18, 2015

e.g. LGTM, 👍 , \o/, etc...

@ashleygwilliams
Copy link
Member

WIP: work in progress
WFM: works for me
+1: agree/support
r?: review please
r+: reviewed + approved
RTFM: read the fucking manual <-- never say this
LGTM: looks good to me
\o/: person raising hands in happy excitement

@agcolom
Copy link
Member Author

agcolom commented Oct 18, 2015

Should we also add those used on IRC as well? (e.g.
IMO: in my opinion,
IMHO: in my humble opinion ,
AFAIK: As far as I know,
AFK: Away from keyboard
BRB: be right back,
BBL: be back later,
JK just kidding,
STFW search the f***ing web <-- never say this
MIA: Missing in action
any others??

@jzaefferer
Copy link
Member

CLA: Contributor License Agreement
PR: Pull Request
#xxx: Issue or pull request reference

@gibson042
Copy link
Member

#xxx: Issue or pull request reference

gh-xxx, trac-xxx: tracker-specific issue reference (preferred over #xxx)

@danielle-b
Copy link

FWIW: For What It's Worth
-1: Disagree
☝️ Previous comment
CLDR: Common Locale Data Repository
💥 Denotes that something is important
SCM: Source Code Management
Octopus: To merge more than two branches
NaN: Not a Number
🙈 See no evil
WYSIWYG: What You See Is What You Get
IRC: Internet Relay Chat (chat client)
IIRC: If I Recall/Remember Correctly
IDR: I Don't Remember
ICR: I Can't Rememeber
IIUC: If I Understand Correctly
IDK: I Don't Know
SUIT: Simple User Interface Toolkit
npm: package manager for Javascript
GUI: Graphical User Interface
BEM: Block, Element, Modify(naming convention for classes in HTML and CSS)
API: Application Program Interface ( set of tool and protocols used for building software applications)
ES6: ECMAScript, a language specification standard that defines the standard for Javascript implementation

@kborchers
Copy link
Member

IANAL: I Am Not A Lawyer (mostly used when discussing licenses, copyrights, etc)

@gibson042
Copy link
Member

bikeshedding: giving disproportionate weight to trivial issues (ref)
yak shaving: seemingly pointless activities which are necessary (often recursively) to accomplish an original goal (ref)

@aperala
Copy link
Contributor

aperala commented Oct 20, 2015

np: no problem
EOD: End of Day

@jaspermdegroot
Copy link
Member

tl;dr: too long, didn't read

@gibson042
Copy link
Member

http://www.itexico.com/blog/bid/99765/Software-Development-KISS-YAGNI-DRY-3-Principles-to-simplify-your-life

KISS: Keep It Simple, Stupid ("simplicity should be a key goal in design and unnecessary complexity should be avoided")
YAGNI: You Aren't Gonna Need It ("always implement things when you actually need them, never when you just foresee that you need them")
DRY: Don't Repeat Yourself

@tienit150198
Copy link

tienit150198 commented Nov 26, 2021

https://www.freecodecamp.org/news/what-do-cryptic-github-comments-mean-9c1912bcc0a4/

ACK — acknowledgement, i.e. agreed/accepted change
NACK/NAK —negative acknowledgement, i.e. disagree with change and/or concept
RFC — request for comments, i.e. I think this is a good idea, lets discuss

example:
Concept ACK — agree with the concept, but haven’t reviewed the changes
utACK (aka. Untested ACK) — agree with the changes and reviewed them, but didn’t test
Tested ACK — agree with the changes, reviewed and tested

@Baliar93
Copy link

Baliar93 commented Dec 9, 2022

Exploring Nearshore Software Development: the Complete Guide to Cost-effective Solution Building

https://gloriumtech.com/exploring-nearshore-software-development-the-complete-guide-to-cost-effective-solution-building/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants