Remove some unused things.
Chris Pressey
7 years ago
7 | 7 |
type: Programming Paradigm
|
8 | 8 |
Angular:
|
9 | 9 |
type: Programming Paradigm
|
10 | |
Aspect-oriented programming:
|
11 | |
type: Programming Paradigm
|
12 | |
description: |
|
13 | |
Aspect-oriented programming (AOP) is a programming technique which
|
14 | |
collects logic into units called aspects. Like modules or object
|
15 | |
classes, aspects centralize related code and data. Unlike modules or
|
16 | |
classes, that code and data is inserted into *many different places* in
|
17 | |
a program. The places are determined by where patterns, specified by the
|
18 | |
aspect, match the program's static and dynamic makeup.
|
19 | 10 |
Algebraic:
|
20 | 11 |
type: Programming Paradigm
|
21 | 12 |
Bully automaton:
|
0 | |
{% extends "implementable.html" %}
|
1 | |
|
2 | |
{% block implementable_content %}
|
3 | |
{% endblock implementable_content %}
|
0 | |
{% extends "implementable.html" %}
|
1 | |
|
2 | |
{% block implementable_content %}
|
3 | |
{% endblock implementable_content %}
|
0 | |
{% extends "implementable.html" %}
|
1 | |
|
2 | |
{% block implementable_content %}
|
3 | |
{% endblock implementable_content %}
|