Skip to content

Instantly share code, notes, and snippets.

View m-ahmadi's full-sized avatar
👉
👈

Mohammad Ahmadi m-ahmadi

👉
👈
View GitHub Profile
@m-ahmadi
m-ahmadi / all-technical-indicators.md
Last active June 18, 2024 10:56
A List of All Technical Indicators
Short-circuit? Short-circuits on? Fulfilled on? Rejected on?
Promise.all Yes First rejected promise All promise fulfilled First rejected promise
Promise.allSettled No N/A Always N/A
Promise.race Yes First settled First promise fulfilled First rejected promise
Promise.any Yes First fulfilled First promise fulfilled All rejected promises
@robertpainsi
robertpainsi / commit-message-guidelines.md
Last active July 27, 2024 06:17
Commit message guidelines

Commit Message Guidelines

Short (72 chars or less) summary

More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).

Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages