Skip to content

Commit cddad63

Browse files
authored
Merge pull request #131 from nadhell/main
added KPI to the list
2 parents 03592b4 + b3d9c74 commit cddad63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/acronyms.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
"Definition": "Keep It Simple, Stupid",
258258
"Usage": "KISS is a design principle stating that most systems work fine if it is built/kept simple than making the system complex.",
259259
"Example": "<a href=\"https://en.wikipedia.org/wiki/KISS_principle#:~:text=KISS%2C%20an%20acronym%20for%20keep,unnecessary%20complexity%20should%20be%20avoided.\">Wikipedia</a>"
260+
},
261+
{
262+
"Abbreviation": "KPI",
263+
"Definition": "Key Performance Indicator",
264+
"Usage": "KPI is a type of performance indicator, which measures the success of an organisation or an activity.",
265+
"Example": "<a href=\"https://en.wikipedia.org/wiki/Performance_indicator\">Wikipedia</a>"
260266
},
261267
{
262268
"Abbreviation": "LGTM",

0 commit comments

Comments
 (0)