git @ Cat's Eye Technologies Chrysoberyl / 450935d
Remove some unused things. Chris Pressey 7 years ago
4 changed file(s) with 0 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
77 type: Programming Paradigm
88 Angular:
99 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.
1910 Algebraic:
2011 type: Programming Paradigm
2112 Bully automaton:
+0
-4
templates/Library.html less more
0 {% extends "implementable.html" %}
1
2 {% block implementable_content %}
3 {% endblock implementable_content %}
+0
-4
templates/Text.html less more
0 {% extends "implementable.html" %}
1
2 {% block implementable_content %}
3 {% endblock implementable_content %}
+0
-4
templates/Tool.html less more
0 {% extends "implementable.html" %}
1
2 {% block implementable_content %}
3 {% endblock implementable_content %}