Skip to content

Commit d775f78

Browse files
committed
Add some more buzzwords
1 parent 9033e87 commit d775f78

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: Sources/D2Commands/Fun/BuzzwordPhraseCommand.swift

+20
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,30 @@ public class BuzzwordPhraseCommand: StringCommand {
125125
"AI",
126126
"AR",
127127
"automation",
128+
"architecture",
129+
"big data",
130+
"business",
128131
"blockchain",
129132
"catalyst",
130133
"computing",
134+
"crypto",
131135
"content",
132136
"convergence",
133137
"cloud",
138+
"deployment",
134139
"e-business",
135140
"e-commerce",
136141
"expertise",
142+
"infrastructure",
137143
"IT",
144+
"IoT",
138145
"transformation",
146+
"thought leader",
147+
"paradigm",
139148
"roadmap",
149+
"security",
150+
"scrum",
151+
"single pane of glass",
140152
"software",
141153
"solution",
142154
"synergy",
@@ -146,6 +158,7 @@ public class BuzzwordPhraseCommand: StringCommand {
146158
],
147159
nounSuffixes: [
148160
"as-a-service",
161+
"shift",
149162
],
150163
adjectives: [
151164
"24/7",
@@ -158,6 +171,7 @@ public class BuzzwordPhraseCommand: StringCommand {
158171
"global",
159172
"real-time",
160173
"seamless",
174+
"disruptive",
161175
"distributed",
162176
"diverse",
163177
"dynamic",
@@ -182,25 +196,30 @@ public class BuzzwordPhraseCommand: StringCommand {
182196
"turnkey",
183197
],
184198
compoundPrefixes: [
199+
"charged",
185200
"client",
186201
"cross",
202+
"cyber",
187203
"data",
188204
"inter",
189205
"future",
190206
"hyper",
207+
"super",
191208
"market",
192209
"goal",
193210
"quantum",
194211
"world",
195212
],
196213
compoundSuffixes: [
214+
"accelerated",
197215
"adaptive",
198216
"added",
199217
"based",
200218
"building",
201219
"centered",
202220
"compatible",
203221
"compliant",
222+
"converged",
204223
"class",
205224
"distributed",
206225
"grade",
@@ -209,6 +228,7 @@ public class BuzzwordPhraseCommand: StringCommand {
209228
"enabled",
210229
"engineered",
211230
"focused",
231+
"powered",
212232
"proof",
213233
"ready",
214234
"scale",

0 commit comments

Comments
 (0)