Skip to content

Commit 33dff1c

Browse files
Fixed links and headings
1 parent f78de9f commit 33dff1c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reading/design_guidelines.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
These are a set of design guidelines for data, interfaces, composition and packages. Please consider these thoughts when designing your own software.
44

5-
#### Mike Acton : Data-Oriented Design
6-
https://www.youtube.com/watch?v=rX0ItVEVjHc
5+
#### Data-Oriented Design
6+
[Data-Oriented Design and C++](https://www.youtube.com/watch?v=rX0ItVEVjHc) - Mike Acton
7+
[Efficiency with Algorithms, Performance with Data Structures](https://www.youtube.com/watch?v=fHNmRkzxHWs) - Chandler Carruth
78

89
* If you don't understand the data, you don't understand the problem.
910

@@ -27,8 +28,8 @@ https://www.youtube.com/watch?v=rX0ItVEVjHc
2728

2829
* Coupling data together and writing code that produces predictable access patterns to the data will be the most performant.
2930

30-
#### Scott Myers : The Most Important Design Guideline
31-
https://www.youtube.com/watch?v=5tg1ONG18H8
31+
#### Important Design Guidelines
32+
[The Most Important Design Guideline](https://www.youtube.com/watch?v=5tg1ONG18H8) - Scott Meyers
3233

3334
* Make Interfaces easy to use correctly and hard to use incorrectly.
3435

0 commit comments

Comments
 (0)