English Tips for Devs

308 views

  1. Smallest amount of information in a database tablefield
  2. Makes queries fasterindex
  3. Each line in a database tablerecord
  4. Ensures the data is saved only if the process is completed without errorstransaction
  5. Logical steps to solve a problemalgorithm
  6. Allows the exchange of data between different systemsapi
  7. Should be loosen between classescoupling
  8. Portion of code that executes an operation and returns a single valuefunction
  9. Holds information about an entityclass
  10. Instanciation of a classobject
  11. Example of data structurestack
  12. Combine a branch into anothermerge
  13. Enforce the contract among classesinterface
8
f
u
n
13
i
n
t
e
r
f
a
c
e
t
7
c
4
t
r
a
n
s
a
c
t
i
o
n
o
u
10
o
n
p
b
l
1
f
j
i
i
12
m
e
2
i
n
d
e
x
e
c
g
5
a
l
g
o
r
i
t
h
m
d
g
3
r
e
9
c
o
r
d
l
a
s
11
s
t
6
a
c
k
p
i