diff --git a/public/fishbowl-dark.css b/public/fishbowl-dark.css index 6015283..ccca84f 100644 --- a/public/fishbowl-dark.css +++ b/public/fishbowl-dark.css @@ -546,6 +546,7 @@ margin-right: 0.5rem; border: 2px solid #4f545c; border-radius: 3px; + background-color: #4f545c; } .fishbowl .chatlog__markdown-pre { diff --git a/public/fishbowl-light.css b/public/fishbowl-light.css index 578b6de..1839f7d 100644 --- a/public/fishbowl-light.css +++ b/public/fishbowl-light.css @@ -547,6 +547,7 @@ margin-right: 0.5rem; border: 2px solid #c7ccd1; border-radius: 3px; + background-color: #c7ccd1; } .fishbowl .chatlog__markdown-pre { diff --git a/src/templates/src/fishbowls/oop/OOP.html b/src/templates/src/fishbowls/oop/OOP.html index 31817de..acb3bb1 100644 --- a/src/templates/src/fishbowls/oop/OOP.html +++ b/src/templates/src/fishbowls/oop/OOP.html @@ -1,4 +1,5 @@
+ @@ -7,12 +8,12 @@
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -24,11 +25,11 @@ bvisness - 28-May-22 09:58 AM + May 28, 2022 09:58 AM
- Welcome to yet another fishbowl, everyone! Just setting things up here. The main conversation is here in this thread, and the #fishbowl-audience conversation starts here: https://discord.com/channels/239737791225790464/708458209131757598/980155512412864552 + Welcome to yet another fishbowl, everyone! Just setting things up here. The main conversation is here in this thread, and the #fishbowl-audience conversation starts here: https://discord.com/channels/239737791225790464/708458209131757598/980155512412864552 The pinned messages are some "checkpoints" in the discussion; chapter markers of sorts. Check them out if there's a specific aspect of the discussion you'd like to see. @@ -48,7 +49,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -56,7 +57,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of gingerBill - 28-May-22 09:59 AM + May 28, 2022 09:59 AM
@@ -78,7 +79,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -86,7 +87,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of SirWhinesalot - 28-May-22 10:00 AM + May 28, 2022 10:00 AM
@@ -108,7 +109,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -116,7 +117,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of bvisness - 28-May-22 10:01 AM + May 28, 2022 10:01 AM
@@ -127,12 +128,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of -
-
- 💥 - 4 -
-
+
@@ -145,7 +141,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- That is, unfortunately, not a very nuanced question. 🙂 + That is, unfortunately, not a very nuanced question. 🙂
@@ -316,7 +312,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- - @SirWhinesalot, a community member whose comments were instrumental to the planning process for this fishbowl (if there are projects you've worked on that I'm not aware of, let me know and I'll update this introduction 😅) + - @SirWhinesalot, a community member whose comments were instrumental to the planning process for this fishbowl (if there are projects you've worked on that I'm not aware of, let me know and I'll update this introduction 😅)
@@ -334,7 +330,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -342,11 +338,11 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of SirWhinesalot - 28-May-22 10:08 AM + May 28, 2022 10:08 AM
- none public 🙂 + none public 🙂
@@ -372,12 +368,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of -
-
- ❗ - 1 -
-
+
@@ -389,7 +380,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -397,11 +388,11 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of bvisness - 28-May-22 10:08 AM + May 28, 2022 10:08 AM
- 👍 + 👍
@@ -438,7 +429,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -446,7 +437,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of Kartik Agaram - 28-May-22 10:10 AM + May 28, 2022 10:10 AM
@@ -469,7 +460,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- 1958-1966: A few different people gradually come up with the notion of structured data. Conventions for managing compound data made of multiple words in memory. If you have two points, you want their x and y coordinates close together and in the same relative order. Seems obvious, but wasn't! See http://akkartik.name/sketchpad-oo.png from the Sketchpad thesis [1]. + 1958-1966: A few different people gradually come up with the notion of structured data. Conventions for managing compound data made of multiple words in memory. If you have two points, you want their x and y coordinates close together and in the same relative order. Seems obvious, but wasn't! See http://akkartik.name/sketchpad-oo.png from the Sketchpad thesis [1]. 1960-1962: Ivan Sutherland works on Sketchpad. It presages many OO ideas, but they're all in the programmer's mind and prose (thesis) because the code is all machine code. @@ -479,17 +470,13 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of 1973-1975: Abstract data types by Barbara Liskov. Ignore internal details of how objects are laid out in memory. Focus instead on a small vocabulary of operations that can be performed using them. Interfaces, basically.[4] -1966-1975: Alan Kay coins OO after working on Smalltalk. (The first chapter of http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html is better than my history above.) "Did not have C++ in mind." However, we're only halfway done. +1966-1975: Alan Kay coins OO after working on Smalltalk. (The first chapter of http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html is better than my history above.) "Did not have C++ in mind." However, we're only halfway done. (edited)
-
- - Embedded image - -
+
@@ -538,17 +525,17 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
References -[1] https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-574.pdf -[2] https://hannemyr.com/cache/knojd_acm78.pdf -[3] https://en.wikipedia.org/wiki/The_Mythical_Man-Month -[4] https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.136.3043 -[5] https://dspace.mit.edu/bitstream/handle/1721.1/5794/AIM-349.pdf -[6] https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/oop/yasos/swob.txt -[7] https://www.joelonsoftware.com/2001/04/21/dont-let-architecture-astronauts-scare-you -[8] https://news.ycombinator.com/item?id=785601 -[9] https://blog.plover.com/prog/design-patterns.html -[10] First HN submission that composition > inheritance: https://web.archive.org/web/20080508155333/http://www.eflorenzano.com/blog/post/inheritance-vs-composition. -[11] https://www.youtube.com/watch?v=6YbK8o9rZfI +[1] https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-574.pdf +[2] https://hannemyr.com/cache/knojd_acm78.pdf +[3] https://en.wikipedia.org/wiki/The_Mythical_Man-Month +[4] https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.136.3043 +[5] https://dspace.mit.edu/bitstream/handle/1721.1/5794/AIM-349.pdf +[6] https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/oop/yasos/swob.txt +[7] https://www.joelonsoftware.com/2001/04/21/dont-let-architecture-astronauts-scare-you +[8] https://news.ycombinator.com/item?id=785601 +[9] https://blog.plover.com/prog/design-patterns.html +[10] First HN submission that composition > inheritance: https://web.archive.org/web/20080508155333/http://www.eflorenzano.com/blog/post/inheritance-vs-composition. +[11] https://www.youtube.com/watch?v=6YbK8o9rZfI
@@ -567,7 +554,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Ok I'm done 🙂 Summary: there's a lot of ideas baked into "OO". Most of them are great. Some of them are showing their age. And unbundling them all feels more useful than treating them monolithically. End prepared remarks 🙂 + Ok I'm done 🙂 Summary: there's a lot of ideas baked into "OO". Most of them are great. Some of them are showing their age. And unbundling them all feels more useful than treating them monolithically. End prepared remarks 🙂
@@ -585,7 +572,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -593,7 +580,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of bvisness - 28-May-22 10:14 AM + May 28, 2022 10:14 AM
@@ -654,7 +641,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -662,7 +649,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of SirWhinesalot - 28-May-22 10:18 AM + May 28, 2022 10:18 AM
@@ -703,7 +690,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -711,11 +698,11 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of Kartik Agaram - 28-May-22 10:19 AM + May 28, 2022 10:19 AM
- Oh gosh. I wasn't around then 🙂 but my weak sense is that while there were a few different programming languages being researched, the vast majority of people were programming in machine code and Assembly back then. Big ones: Fortran, COBOL, Algol (still getting refined), Lisp 1.5. + Oh gosh. I wasn't around then 🙂 but my weak sense is that while there were a few different programming languages being researched, the vast majority of people were programming in machine code and Assembly back then. Big ones: Fortran, COBOL, Algol (still getting refined), Lisp 1.5.
@@ -790,7 +777,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -798,7 +785,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of bvisness - 28-May-22 10:21 AM + May 28, 2022 10:21 AM
@@ -859,7 +846,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of
- Avatar + Avatar
@@ -867,7 +854,7 @@ The pinned messages are some "checkpoints" in the discussion; chapter markers of Kartik Agaram - 28-May-22 10:25 AM + May 28, 2022 10:25 AM
@@ -910,7 +897,7 @@ The software industry took off around late 70s? And then it took a while to redi
- Avatar + Avatar
@@ -918,7 +905,7 @@ The software industry took off around late 70s? And then it took a while to redi bvisness - 28-May-22 10:26 AM + May 28, 2022 10:26 AM
@@ -941,7 +928,7 @@ The software industry took off around late 70s? And then it took a while to redi
- or at least a Wirth fan 🙂 + or at least a Wirth fan 🙂
@@ -950,7 +937,7 @@ The software industry took off around late 70s? And then it took a while to redi
- ❤️ + ❤️ 3
@@ -965,7 +952,7 @@ The software industry took off around late 70s? And then it took a while to redi
- Avatar + Avatar
@@ -973,7 +960,7 @@ The software industry took off around late 70s? And then it took a while to redi gingerBill - 28-May-22 10:27 AM + May 28, 2022 10:27 AM
@@ -1052,7 +1039,7 @@ The software industry took off around late 70s? And then it took a while to redi
- Avatar + Avatar
@@ -1060,7 +1047,7 @@ The software industry took off around late 70s? And then it took a while to redi bvisness - 28-May-22 10:30 AM + May 28, 2022 10:30 AM
@@ -1082,7 +1069,7 @@ The software industry took off around late 70s? And then it took a while to redi
- Avatar + Avatar
@@ -1090,7 +1077,7 @@ The software industry took off around late 70s? And then it took a while to redi gingerBill - 28-May-22 10:31 AM + May 28, 2022 10:31 AM
@@ -1113,7 +1100,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d
- Avatar + Avatar
@@ -1121,7 +1108,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d Kartik Agaram - 28-May-22 10:31 AM + May 28, 2022 10:31 AM
@@ -1143,7 +1130,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d
- Avatar + Avatar
@@ -1151,7 +1138,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d gingerBill - 28-May-22 10:32 AM + May 28, 2022 10:32 AM
@@ -1173,7 +1160,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d
- Avatar + Avatar
@@ -1181,7 +1168,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d SirWhinesalot - 28-May-22 10:33 AM + May 28, 2022 10:33 AM
@@ -1203,7 +1190,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d
- Avatar + Avatar
@@ -1211,7 +1198,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d bvisness - 28-May-22 10:33 AM + May 28, 2022 10:33 AM
@@ -1272,7 +1259,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d
- Avatar + Avatar
@@ -1280,7 +1267,7 @@ John Backus, Peter Naur (yes, those two of Backus-Naur Form), Friedrich Bauer (d gingerBill - 28-May-22 10:34 AM + May 28, 2022 10:34 AM
@@ -1316,8 +1303,8 @@ Regarding (1), I personally believe this is much better solved with a well desig Regarding (2), this is a weird linguistic typology thing which I doubt most people will even know unless they speak multiple languages. If you want to learn more about word orders in different languages, I recommend reading the following: - * https://en.wikipedia.org/wiki/Subject%E2%80%93verb%E2%80%93object_word_order - * https://en.wikipedia.org/wiki/Verb%E2%80%93subject%E2%80%93object_word_order + * https://en.wikipedia.org/wiki/Subject%E2%80%93verb%E2%80%93object_word_order + * https://en.wikipedia.org/wiki/Verb%E2%80%93subject%E2%80%93object_word_order Regarding (3), this is purely a tooling issue. It comes down to two main aspects: @@ -1344,7 +1331,7 @@ Doing foo.
- Avatar + Avatar
@@ -1352,7 +1339,7 @@ Doing foo.Kartik Agaram - 28-May-22 10:36 AM + May 28, 2022 10:36 AM
@@ -1374,7 +1361,7 @@ Doing foo.
- Avatar + Avatar
@@ -1382,7 +1369,7 @@ Doing foo.bvisness - 28-May-22 10:36 AM + May 28, 2022 10:36 AM
@@ -1404,7 +1391,7 @@ Doing foo.
- Avatar + Avatar
@@ -1412,7 +1399,7 @@ Doing foo.demetrispanos - 28-May-22 10:37 AM + May 28, 2022 10:37 AM
@@ -1472,7 +1459,7 @@ Doing foo.
- Avatar + Avatar
@@ -1480,7 +1467,7 @@ Doing foo.demetrispanos - 28-May-22 10:38 AM + May 28, 2022 10:38 AM
@@ -1504,7 +1491,7 @@ void mything_do_cool_stuff (struct mything *m, int x) {
- Avatar + Avatar
@@ -1512,7 +1499,7 @@ void mything_do_cool_stuff (struct mything *m, int x) { SirWhinesalot - 28-May-22 10:38 AM + May 28, 2022 10:38 AM
@@ -1539,12 +1526,12 @@ void mything_do_cool_stuff (struct mything *m, int x) {
- Avatar + Avatar
- Avatar + Avatar
demetrispanos
@@ -1562,7 +1549,7 @@ void mything_do_cool_stuff (struct mything *m, int x) { SirWhinesalot - 28-May-22 10:39 AM + May 28, 2022 10:39 AM
@@ -1580,7 +1567,7 @@ void mything_do_cool_stuff (struct mything *m, int x) {
- Avatar + Avatar
@@ -1588,7 +1575,7 @@ void mything_do_cool_stuff (struct mything *m, int x) { SirWhinesalot - 28-May-22 10:39 AM + May 28, 2022 10:39 AM
@@ -1607,12 +1594,12 @@ void mything_do_cool_stuff (struct mything *m, int x) {
- Avatar + Avatar
- Avatar + Avatar
SirWhinesalot
@@ -1624,7 +1611,7 @@ importantly, note how in the pattern above the function is not tied to struct, y demetrispanos - 28-May-22 10:40 AM + May 28, 2022 10:40 AM
@@ -1642,7 +1629,7 @@ importantly, note how in the pattern above the function is not tied to struct, y
- Avatar + Avatar
@@ -1650,7 +1637,7 @@ importantly, note how in the pattern above the function is not tied to struct, y gingerBill - 28-May-22 10:39 AM + May 28, 2022 10:39 AM
@@ -1672,7 +1659,7 @@ importantly, note how in the pattern above the function is not tied to struct, y
- Avatar + Avatar
@@ -1680,7 +1667,7 @@ importantly, note how in the pattern above the function is not tied to struct, y gingerBill - 28-May-22 10:40 AM + May 28, 2022 10:40 AM
@@ -1702,7 +1689,7 @@ importantly, note how in the pattern above the function is not tied to struct, y
- Avatar + Avatar
@@ -1710,11 +1697,11 @@ importantly, note how in the pattern above the function is not tied to struct, y Kartik Agaram - 28-May-22 10:39 AM + May 28, 2022 10:39 AM
- There's a few of those 😄 + There's a few of those 😄
@@ -1745,12 +1732,12 @@ importantly, note how in the pattern above the function is not tied to struct, y
- Avatar + Avatar
- Avatar + Avatar
SirWhinesalot
@@ -1762,7 +1749,7 @@ in OOP, classes have a fixed set of methods, usually Kartik Agaram - 28-May-22 10:40 AM + May 28, 2022 10:40 AM
@@ -1784,7 +1771,7 @@ in OOP, classes have a fixed set of methods, usually
- Avatar + Avatar
@@ -1792,7 +1779,7 @@ in OOP, classes have a fixed set of methods, usually SirWhinesalot - 28-May-22 10:40 AM + May 28, 2022 10:40 AM
@@ -1805,7 +1792,7 @@ in OOP, classes have a fixed set of methods, usually
- 💡 + 💡 1
@@ -1821,12 +1808,12 @@ in OOP, classes have a fixed set of methods, usually
- Avatar + Avatar
- Avatar + Avatar
demetrispanos
@@ -1838,7 +1825,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in bvisness - 28-May-22 10:40 AM + May 28, 2022 10:40 AM
@@ -1860,7 +1847,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -1868,7 +1855,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in demetrispanos - 28-May-22 10:42 AM + May 28, 2022 10:42 AM
@@ -1928,7 +1915,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -1936,7 +1923,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in SirWhinesalot - 28-May-22 10:43 AM + May 28, 2022 10:43 AM
@@ -1958,7 +1945,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -1966,7 +1953,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in demetrispanos - 28-May-22 10:43 AM + May 28, 2022 10:43 AM
@@ -2007,7 +1994,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -2015,7 +2002,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in Kartik Agaram - 28-May-22 10:44 AM + May 28, 2022 10:44 AM
@@ -2039,7 +2026,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -2047,7 +2034,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in SirWhinesalot - 28-May-22 10:45 AM + May 28, 2022 10:45 AM
@@ -2184,7 +2171,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -2192,7 +2179,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in demetrispanos - 28-May-22 10:50 AM + May 28, 2022 10:50 AM
@@ -2215,7 +2202,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- in self (https://en.wikipedia.org/wiki/Self_(programming_language)) you have the idea of a prototype as the unit of implementation delegation + in self (https://en.wikipedia.org/wiki/Self_(programming_language)) you have the idea of a prototype as the unit of implementation delegation
@@ -2252,7 +2239,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in
- Avatar + Avatar
@@ -2260,7 +2247,7 @@ yes exactly, that's part of what I mean by "mere" (i.e. they're not wound up in Kartik Agaram - 28-May-22 10:52 AM + May 28, 2022 10:52 AM
@@ -2303,7 +2290,7 @@ Trying to demarcate precisely the boundaries of "OOP" might be a time sink. I'd
- Avatar + Avatar
@@ -2311,7 +2298,7 @@ Trying to demarcate precisely the boundaries of "OOP" might be a time sink. I'd demetrispanos - 28-May-22 10:52 AM + May 28, 2022 10:52 AM
@@ -2352,7 +2339,7 @@ Trying to demarcate precisely the boundaries of "OOP" might be a time sink. I'd
- Avatar + Avatar
@@ -2360,7 +2347,7 @@ Trying to demarcate precisely the boundaries of "OOP" might be a time sink. I'd bvisness - 28-May-22 10:53 AM + May 28, 2022 10:53 AM
@@ -2383,12 +2370,12 @@ Trying to demarcate precisely the boundaries of "OOP" might be a time sink. I'd
- Avatar + Avatar
- Avatar + Avatar
SirWhinesalot
@@ -2400,7 +2387,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . bvisness - 28-May-22 10:54 AM + May 28, 2022 10:54 AM
@@ -2422,7 +2409,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2430,11 +2417,11 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . SirWhinesalot - 28-May-22 10:55 AM + May 28, 2022 10:55 AM
- Right, might be worth posting that meme making fun of GeeksForGeeks here 😄 + Right, might be worth posting that meme making fun of GeeksForGeeks here 😄
@@ -2452,7 +2439,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2460,7 +2447,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . bvisness - 28-May-22 10:56 AM + May 28, 2022 10:56 AM
@@ -2482,7 +2469,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2490,7 +2477,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . SirWhinesalot - 28-May-22 10:56 AM + May 28, 2022 10:56 AM
@@ -2512,7 +2499,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2520,7 +2507,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . demetrispanos - 28-May-22 10:56 AM + May 28, 2022 10:56 AM
@@ -2542,7 +2529,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2550,7 +2537,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . SirWhinesalot - 28-May-22 10:56 AM + May 28, 2022 10:56 AM
@@ -2572,7 +2559,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2580,7 +2567,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . demetrispanos - 28-May-22 10:57 AM + May 28, 2022 10:57 AM
@@ -2602,7 +2589,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2610,7 +2597,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . bvisness - 28-May-22 10:57 AM + May 28, 2022 10:57 AM
@@ -2651,7 +2638,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2659,7 +2646,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . SirWhinesalot - 28-May-22 10:57 AM + May 28, 2022 10:57 AM
@@ -2750,7 +2737,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- 😄 + 😄 1
@@ -2841,7 +2828,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2849,11 +2836,11 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . Kartik Agaram - 28-May-22 11:00 AM + May 28, 2022 11:00 AM
- One wonderful book that made the rounds last year: https://buttondown.email/hillelwayne/archive/why-you-should-read-data-and-reality + One wonderful book that made the rounds last year: https://buttondown.email/hillelwayne/archive/why-you-should-read-data-and-reality
@@ -2871,7 +2858,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice .
- Avatar + Avatar
@@ -2879,7 +2866,7 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . gingerBill - 28-May-22 11:01 AM + May 28, 2022 11:01 AM
@@ -2887,8 +2874,8 @@ this is why I think mere methods and OOP are separate concerns. Having a nice . By this statement, I mean that artificially conforming to any/all relations between data and types to an artificial hierarchy of agency is a form of naïve-Aristotelian metaphysics. Since there is no actual agency in the programming objects, it is a partial fallacy (and as previously stated, category error). When trying to conform a program to have a particular structure when it does not naturally, the absence of a structure in a program in more useful than a bad structure. -[1] https://en.wikipedia.org/wiki/Category_mistake -[2] https://www.gingerbill.org/article/2020/05/31/progamming-pragmatist-proverbs/ +[1] https://en.wikipedia.org/wiki/Category_mistake +[2] https://www.gingerbill.org/article/2020/05/31/progamming-pragmatist-proverbs/
@@ -2906,7 +2893,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -2914,7 +2901,7 @@ By this statement, I mean that artificially conforming to any/all relat Kartik Agaram - 28-May-22 11:02 AM + May 28, 2022 11:02 AM
@@ -2936,7 +2923,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -2944,7 +2931,7 @@ By this statement, I mean that artificially conforming to any/all relat gingerBill - 28-May-22 11:02 AM + May 28, 2022 11:02 AM
@@ -3071,7 +3058,7 @@ By this statement, I mean that artificially conforming to any/all relat
- 🏴‍☠️ + 🏴‍☠️ 1
@@ -3096,15 +3083,15 @@ By this statement, I mean that artificially conforming to any/all relat
- 🗡️ + 🗡️ 1
- ⚫ + ⚫ 1
- 📷 + 📷 1
@@ -3157,7 +3144,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3165,7 +3152,7 @@ By this statement, I mean that artificially conforming to any/all relat Kartik Agaram - 28-May-22 11:05 AM + May 28, 2022 11:05 AM
@@ -3187,7 +3174,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3195,7 +3182,7 @@ By this statement, I mean that artificially conforming to any/all relat gingerBill - 28-May-22 11:06 AM + May 28, 2022 11:06 AM
@@ -3217,7 +3204,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3225,7 +3212,7 @@ By this statement, I mean that artificially conforming to any/all relat SirWhinesalot - 28-May-22 11:06 AM + May 28, 2022 11:06 AM
@@ -3285,7 +3272,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3293,7 +3280,7 @@ By this statement, I mean that artificially conforming to any/all relat demetrispanos - 28-May-22 11:08 AM + May 28, 2022 11:08 AM
@@ -3315,7 +3302,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3323,7 +3310,7 @@ By this statement, I mean that artificially conforming to any/all relat SirWhinesalot - 28-May-22 11:08 AM + May 28, 2022 11:08 AM
@@ -3345,7 +3332,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3353,7 +3340,7 @@ By this statement, I mean that artificially conforming to any/all relat demetrispanos - 28-May-22 11:08 AM + May 28, 2022 11:08 AM
@@ -3375,7 +3362,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3383,7 +3370,7 @@ By this statement, I mean that artificially conforming to any/all relat Kartik Agaram - 28-May-22 11:08 AM + May 28, 2022 11:08 AM
@@ -3405,7 +3392,7 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
@@ -3413,7 +3400,7 @@ By this statement, I mean that artificially conforming to any/all relat SirWhinesalot - 28-May-22 11:09 AM + May 28, 2022 11:09 AM
@@ -3424,12 +3411,7 @@ By this statement, I mean that artificially conforming to any/all relat -
-
- 👍 - 2 -
-
+
@@ -3442,12 +3424,12 @@ By this statement, I mean that artificially conforming to any/all relat
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
@@ -3459,7 +3441,7 @@ The best defense I've heard for OO design is to limit your ambitions to modeling gingerBill - 28-May-22 11:10 AM + May 28, 2022 11:10 AM
@@ -3481,7 +3463,7 @@ The best defense I've heard for OO design is to limit your ambitions to modeling
- Avatar + Avatar
@@ -3489,7 +3471,7 @@ The best defense I've heard for OO design is to limit your ambitions to modeling demetrispanos - 28-May-22 11:10 AM + May 28, 2022 11:10 AM
@@ -3501,12 +3483,7 @@ The best defense I've heard for OO design is to limit your ambitions to modeling -
-
- 👍 - 1 -
-
+
@@ -3519,12 +3496,12 @@ The best defense I've heard for OO design is to limit your ambitions to modeling
- Avatar + Avatar
- Avatar + Avatar
gingerBill
@@ -3536,7 +3513,7 @@ The irony of that statement is that is kind of the opposite of the point. Progra Kartik Agaram - 28-May-22 11:11 AM + May 28, 2022 11:11 AM
@@ -3558,7 +3535,7 @@ The irony of that statement is that is kind of the opposite of the point. Progra
- Avatar + Avatar
@@ -3566,7 +3543,7 @@ The irony of that statement is that is kind of the opposite of the point. Progra SirWhinesalot - 28-May-22 11:12 AM + May 28, 2022 11:12 AM
@@ -3627,12 +3604,12 @@ The irony of that statement is that is kind of the opposite of the point. Progra
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
@@ -3644,7 +3621,7 @@ The idea is that once you've solved a problem, OO Design is a good way to contin gingerBill - 28-May-22 11:13 AM + May 28, 2022 11:13 AM
@@ -3666,7 +3643,7 @@ The idea is that once you've solved a problem, OO Design is a good way to contin
- Avatar + Avatar
@@ -3674,7 +3651,7 @@ The idea is that once you've solved a problem, OO Design is a good way to contin demetrispanos - 28-May-22 11:13 AM + May 28, 2022 11:13 AM
@@ -3696,7 +3673,7 @@ The idea is that once you've solved a problem, OO Design is a good way to contin
- Avatar + Avatar
@@ -3704,7 +3681,7 @@ The idea is that once you've solved a problem, OO Design is a good way to contin demetrispanos - 28-May-22 11:13 AM + May 28, 2022 11:13 AM
@@ -3722,7 +3699,7 @@ The idea is that once you've solved a problem, OO Design is a good way to contin
- Avatar + Avatar
@@ -3730,11 +3707,11 @@ The idea is that once you've solved a problem, OO Design is a good way to contin Kartik Agaram - 28-May-22 11:13 AM + May 28, 2022 11:13 AM
- I'm actually not familiar with any non-OO design methodology 😄 They kinda sucked the oxygen out of the room, didn't they? + I'm actually not familiar with any non-OO design methodology 😄 They kinda sucked the oxygen out of the room, didn't they?
@@ -3757,16 +3734,16 @@ The idea is that once you've solved a problem, OO Design is a good way to contin
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
-I'm actually not familiar with any non-OO design methodology 😄 They kinda sucked the oxygen out of the room, didn't they? +I'm actually not familiar with any non-OO design methodology 😄 They kinda sucked the oxygen out of the room, didn't they?
@@ -3774,7 +3751,7 @@ I'm actually not familiar with any non-OO design methodology SirWhinesalot - 28-May-22 11:14 AM + May 28, 2022 11:14 AM
@@ -3796,7 +3773,7 @@ I'm actually not familiar with any non-OO design methodology
- Avatar + Avatar
@@ -3804,7 +3781,7 @@ I'm actually not familiar with any non-OO design methodology bvisness - 28-May-22 11:14 AM + May 28, 2022 11:14 AM
@@ -3827,16 +3804,16 @@ I'm actually not familiar with any non-OO design methodology
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
-I'm actually not familiar with any non-OO design methodology 😄 They kinda sucked the oxygen out of the room, didn't they? +I'm actually not familiar with any non-OO design methodology 😄 They kinda sucked the oxygen out of the room, didn't they?
@@ -3844,7 +3821,7 @@ I'm actually not familiar with any non-OO design methodology gingerBill - 28-May-22 11:14 AM + May 28, 2022 11:14 AM
@@ -3857,7 +3834,7 @@ I'm actually not familiar with any non-OO design methodology
- 💯 + 💯 7
@@ -3873,12 +3850,12 @@ I'm actually not familiar with any non-OO design methodology
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -3890,7 +3867,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object bvisness - 28-May-22 11:15 AM + May 28, 2022 11:15 AM
@@ -3912,7 +3889,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -3920,7 +3897,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object demetrispanos - 28-May-22 11:15 AM + May 28, 2022 11:15 AM
@@ -3965,7 +3942,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -3973,7 +3950,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object demetrispanos - 28-May-22 11:15 AM + May 28, 2022 11:15 AM
@@ -4043,7 +4020,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- 💡 + 💡 1
@@ -4054,7 +4031,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4062,39 +4039,15 @@ Certainly though the term "design patterns" has come to exclusively mean "object Kartik Agaram - 28-May-22 11:15 AM + May 28, 2022 11:15 AM
- https://en.wikipedia.org/wiki/Software_design does have a list. I guess I'm not aware of it because I don't do design 😅 + https://en.wikipedia.org/wiki/Software_design does have a list. I guess I'm not aware of it because I don't do design 😅
-
-
- -
-
-
- - - -
-
Software design is the process by which an agent creates a specification of a software artifact intended to accomplish goals, using a set of primitive components and subject to constraints. Software design may refer to either "all the activity involved in conceptualizing, framing, implementing, commissioning, and ultimately modifying complex sys...
-
- -
- -
- - -
-
@@ -4108,7 +4061,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4116,7 +4069,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object SirWhinesalot - 28-May-22 11:18 AM + May 28, 2022 11:18 AM
@@ -4177,7 +4130,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4185,7 +4138,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object demetrispanos - 28-May-22 11:20 AM + May 28, 2022 11:20 AM
@@ -4226,7 +4179,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4234,7 +4187,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object SirWhinesalot - 28-May-22 11:22 AM + May 28, 2022 11:22 AM
@@ -4256,7 +4209,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4264,7 +4217,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object demetrispanos - 28-May-22 11:22 AM + May 28, 2022 11:22 AM
@@ -4281,12 +4234,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object -
-
- 💯 - 1 -
-
+
@@ -4298,7 +4246,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4306,7 +4254,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object gingerBill - 28-May-22 11:23 AM + May 28, 2022 11:23 AM
@@ -4317,12 +4265,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object -
-
- 👍 - 1 -
-
+
@@ -4334,7 +4277,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4342,11 +4285,11 @@ Certainly though the term "design patterns" has come to exclusively mean "object Kartik Agaram - 28-May-22 11:23 AM + May 28, 2022 11:23 AM
- Among other critiques, this approach causes some blind spots because you get trained to think in terms of nouns and deemphasize verbs: http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html + Among other critiques, this approach causes some blind spots because you get trained to think in terms of nouns and deemphasize verbs: http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html
@@ -4364,7 +4307,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
@@ -4372,7 +4315,7 @@ Certainly though the term "design patterns" has come to exclusively mean "object demetrispanos - 28-May-22 11:24 AM + May 28, 2022 11:24 AM
@@ -4396,16 +4339,16 @@ Certainly though the term "design patterns" has come to exclusively mean "object
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
-Among other critiques, this approach causes some blind spots because you get trained to think in terms of nouns and deemphasize verbs: http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html +Among other critiques, this approach causes some blind spots because you get trained to think in terms of nouns and deemphasize verbs: http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html
@@ -4413,7 +4356,7 @@ Among other critiques, this approach causes some blind spots because you get tra bvisness - 28-May-22 11:24 AM + May 28, 2022 11:24 AM
@@ -4493,7 +4436,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- He talked about it some on our podcast episode about programming education, as I recall (https://handmade.network/podcast/ep/eeac46c9-5e90-4b1c-9104-cff49734764d) + He talked about it some on our podcast episode about programming education, as I recall (https://handmade.network/podcast/ep/eeac46c9-5e90-4b1c-9104-cff49734764d)
@@ -4549,7 +4492,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4557,7 +4500,7 @@ Among other critiques, this approach causes some blind spots because you get tra Kartik Agaram - 28-May-22 11:34 AM + May 28, 2022 11:34 AM
@@ -4579,7 +4522,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4587,7 +4530,7 @@ Among other critiques, this approach causes some blind spots because you get tra SirWhinesalot - 28-May-22 11:34 AM + May 28, 2022 11:34 AM
@@ -4667,7 +4610,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4675,7 +4618,7 @@ Among other critiques, this approach causes some blind spots because you get tra bvisness - 28-May-22 11:36 AM + May 28, 2022 11:36 AM
@@ -4697,7 +4640,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4705,7 +4648,7 @@ Among other critiques, this approach causes some blind spots because you get tra SirWhinesalot - 28-May-22 11:37 AM + May 28, 2022 11:37 AM
@@ -4841,7 +4784,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4849,7 +4792,7 @@ Among other critiques, this approach causes some blind spots because you get tra bvisness - 28-May-22 11:40 AM + May 28, 2022 11:40 AM
@@ -4890,7 +4833,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4898,7 +4841,7 @@ Among other critiques, this approach causes some blind spots because you get tra demetrispanos - 28-May-22 11:42 AM + May 28, 2022 11:42 AM
@@ -4959,7 +4902,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4967,7 +4910,7 @@ Among other critiques, this approach causes some blind spots because you get tra bvisness - 28-May-22 11:43 AM + May 28, 2022 11:43 AM
@@ -4989,7 +4932,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -4997,7 +4940,7 @@ Among other critiques, this approach causes some blind spots because you get tra demetrispanos - 28-May-22 11:44 AM + May 28, 2022 11:44 AM
@@ -5019,7 +4962,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5027,7 +4970,7 @@ Among other critiques, this approach causes some blind spots because you get tra Kartik Agaram - 28-May-22 11:45 AM + May 28, 2022 11:45 AM
@@ -5049,7 +4992,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5057,7 +5000,7 @@ Among other critiques, this approach causes some blind spots because you get tra demetrispanos - 28-May-22 11:45 AM + May 28, 2022 11:45 AM
@@ -5174,7 +5117,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5182,11 +5125,11 @@ Among other critiques, this approach causes some blind spots because you get tra Kartik Agaram - 28-May-22 11:48 AM + May 28, 2022 11:48 AM
- I wonder how much of Java being OO was because of the marketing efforts predating it.. 🤔 + I wonder how much of Java being OO was because of the marketing efforts predating it.. 🤔
@@ -5204,7 +5147,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5212,7 +5155,7 @@ Among other critiques, this approach causes some blind spots because you get tra bvisness - 28-May-22 11:48 AM + May 28, 2022 11:48 AM
@@ -5234,7 +5177,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5242,7 +5185,7 @@ Among other critiques, this approach causes some blind spots because you get tra demetrispanos - 28-May-22 11:48 AM + May 28, 2022 11:48 AM
@@ -5378,7 +5321,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5386,7 +5329,7 @@ Among other critiques, this approach causes some blind spots because you get tra Kartik Agaram - 28-May-22 11:51 AM + May 28, 2022 11:51 AM
@@ -5408,7 +5351,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5416,7 +5359,7 @@ Among other critiques, this approach causes some blind spots because you get tra demetrispanos - 28-May-22 11:51 AM + May 28, 2022 11:51 AM
@@ -5427,12 +5370,7 @@ Among other critiques, this approach causes some blind spots because you get tra -
-
- 👍 - 1 -
-
+
@@ -5558,7 +5496,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5566,7 +5504,7 @@ Among other critiques, this approach causes some blind spots because you get tra bvisness - 28-May-22 11:55 AM + May 28, 2022 11:55 AM
@@ -5588,7 +5526,7 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
@@ -5596,7 +5534,7 @@ Among other critiques, this approach causes some blind spots because you get tra Kartik Agaram - 28-May-22 11:55 AM + May 28, 2022 11:55 AM
@@ -5619,12 +5557,12 @@ Among other critiques, this approach causes some blind spots because you get tra
- Avatar + Avatar
- Avatar + Avatar
demetrispanos
@@ -5636,7 +5574,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer SirWhinesalot - 28-May-22 11:56 AM + May 28, 2022 11:56 AM
@@ -5666,12 +5604,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer -
-
- 👍 - 1 -
-
+
@@ -5683,7 +5616,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer
- Avatar + Avatar
@@ -5691,7 +5624,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer demetrispanos - 28-May-22 11:57 AM + May 28, 2022 11:57 AM
@@ -5713,7 +5646,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer
- Avatar + Avatar
@@ -5721,7 +5654,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer bvisness - 28-May-22 11:58 AM + May 28, 2022 11:58 AM
@@ -5743,7 +5676,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer
- Avatar + Avatar
@@ -5751,7 +5684,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer Kartik Agaram - 28-May-22 11:59 AM + May 28, 2022 11:59 AM
@@ -5773,7 +5706,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer
- Avatar + Avatar
@@ -5781,7 +5714,7 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer SirWhinesalot - 28-May-22 12:01 PM + May 28, 2022 12:01 PM
@@ -5842,12 +5775,12 @@ but widget hierarchies are much more usefully modeled by OOP than, say, customer
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -5859,48 +5792,16 @@ I do think it's interesting though that it was still a more effective model than Kartik Agaram - 28-May-22 12:02 PM + May 28, 2022 12:02 PM
- That HN comment (https://news.ycombinator.com/item?id=785601#785833) actually hit me like a pile of bricks. Until then I'd only heard that you used inheritance to model is-a relationships, then wandered off because that seemed to suck. + That HN comment (https://news.ycombinator.com/item?id=785601#785833) actually hit me like a pile of bricks. Until then I'd only heard that you used inheritance to model is-a relationships, then wandered off because that seemed to suck.
-
-
- -
- - - - -
-
+
@@ -5914,7 +5815,7 @@ Hacker News
- Avatar + Avatar
@@ -5922,7 +5823,7 @@ Hacker News demetrispanos - 28-May-22 12:02 PM + May 28, 2022 12:02 PM
@@ -5945,12 +5846,12 @@ Hacker News
- Avatar + Avatar
- Avatar + Avatar
demetrispanos
@@ -5962,7 +5863,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" bvisness - 28-May-22 12:03 PM + May 28, 2022 12:03 PM
@@ -6003,7 +5904,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6011,7 +5912,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:03 PM + May 28, 2022 12:03 PM
@@ -6033,7 +5934,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6041,7 +5942,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:03 PM + May 28, 2022 12:03 PM
@@ -6052,12 +5953,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" -
-
- 👍 - 1 -
-
+
@@ -6065,7 +5961,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6073,7 +5969,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" Kartik Agaram - 28-May-22 12:03 PM + May 28, 2022 12:03 PM
@@ -6101,12 +5997,12 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -6118,7 +6014,7 @@ and it was a meaningless question SirWhinesalot - 28-May-22 12:04 PM + May 28, 2022 12:04 PM
@@ -6179,12 +6075,12 @@ and it was a meaningless question
- Avatar + Avatar
- Avatar + Avatar
SirWhinesalot
@@ -6196,7 +6092,7 @@ meaningless but unfortunately very critical if you're in an OO language bvisness - 28-May-22 12:04 PM + May 28, 2022 12:04 PM
@@ -6218,7 +6114,7 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
@@ -6226,7 +6122,7 @@ meaningless but unfortunately very critical if you're in an OO language SirWhinesalot - 28-May-22 12:05 PM + May 28, 2022 12:05 PM
@@ -6287,7 +6183,7 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
@@ -6295,7 +6191,7 @@ meaningless but unfortunately very critical if you're in an OO language demetrispanos - 28-May-22 12:05 PM + May 28, 2022 12:05 PM
@@ -6374,7 +6270,7 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
@@ -6382,7 +6278,7 @@ meaningless but unfortunately very critical if you're in an OO language SirWhinesalot - 28-May-22 12:06 PM + May 28, 2022 12:06 PM
@@ -6423,7 +6319,7 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
@@ -6431,7 +6327,7 @@ meaningless but unfortunately very critical if you're in an OO language demetrispanos - 28-May-22 12:06 PM + May 28, 2022 12:06 PM
@@ -6444,7 +6340,7 @@ meaningless but unfortunately very critical if you're in an OO language
- ☝️ + ☝️ 2
@@ -6469,7 +6365,7 @@ meaningless but unfortunately very critical if you're in an OO language
- 💯 + 💯 2
@@ -6484,7 +6380,7 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
@@ -6492,7 +6388,7 @@ meaningless but unfortunately very critical if you're in an OO language Kartik Agaram - 28-May-22 12:06 PM + May 28, 2022 12:06 PM
@@ -6514,7 +6410,7 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
@@ -6522,7 +6418,7 @@ meaningless but unfortunately very critical if you're in an OO language bvisness - 28-May-22 12:08 PM + May 28, 2022 12:08 PM
@@ -6571,12 +6467,7 @@ meaningless but unfortunately very critical if you're in an OO language -
-
- 👍 - 2 -
-
+
@@ -6589,12 +6480,12 @@ meaningless but unfortunately very critical if you're in an OO language
- Avatar + Avatar
- Avatar + Avatar
demetrispanos
@@ -6606,7 +6497,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" bvisness - 28-May-22 12:09 PM + May 28, 2022 12:09 PM
@@ -6647,7 +6538,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6655,7 +6546,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:09 PM + May 28, 2022 12:09 PM
@@ -6677,7 +6568,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6685,7 +6576,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" bvisness - 28-May-22 12:10 PM + May 28, 2022 12:10 PM
@@ -6707,7 +6598,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6715,7 +6606,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:11 PM + May 28, 2022 12:11 PM
@@ -6737,7 +6628,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6745,7 +6636,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" bvisness - 28-May-22 12:11 PM + May 28, 2022 12:11 PM
@@ -6767,7 +6658,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6775,7 +6666,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:11 PM + May 28, 2022 12:11 PM
@@ -6797,7 +6688,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6805,7 +6696,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:11 PM + May 28, 2022 12:11 PM
@@ -6827,7 +6718,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6835,7 +6726,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:12 PM + May 28, 2022 12:12 PM
@@ -6857,7 +6748,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6865,23 +6756,18 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" Kartik Agaram - 28-May-22 12:13 PM + May 28, 2022 12:13 PM
- With hindsight, the question I'm left with is, why did anyone ever consider this a good thing. Alan Kay made the analogy with biological cells in http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html#4, but back then (i.e. until the 90s when I started programming) we all assumed that was a good thing. + With hindsight, the question I'm left with is, why did anyone ever consider this a good thing. Alan Kay made the analogy with biological cells in http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html#4, but back then (i.e. until the 90s when I started programming) we all assumed that was a good thing.
-
-
- ☝️ - 1 -
-
+
@@ -6893,7 +6779,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6901,7 +6787,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:14 PM + May 28, 2022 12:14 PM
@@ -6923,7 +6809,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6931,7 +6817,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" Kartik Agaram - 28-May-22 12:14 PM + May 28, 2022 12:14 PM
@@ -6944,7 +6830,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- legobrick + legobrick 1
@@ -6959,7 +6845,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6967,7 +6853,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:14 PM + May 28, 2022 12:14 PM
@@ -6989,7 +6875,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -6997,7 +6883,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:14 PM + May 28, 2022 12:14 PM
@@ -7019,7 +6905,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7027,7 +6913,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:15 PM + May 28, 2022 12:15 PM
@@ -7068,7 +6954,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7076,11 +6962,11 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:16 PM + May 28, 2022 12:16 PM
- live editing is also not dependent on any sort of "object" 🙂 + live editing is also not dependent on any sort of "object" 🙂
@@ -7098,7 +6984,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7106,7 +6992,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:16 PM + May 28, 2022 12:16 PM
@@ -7223,7 +7109,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7231,11 +7117,11 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:18 PM + May 28, 2022 12:18 PM
@@ -7254,7 +7140,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- so close 🙂 + so close 🙂
@@ -7272,7 +7158,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7280,7 +7166,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:18 PM + May 28, 2022 12:18 PM
@@ -7340,7 +7226,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7348,7 +7234,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:18 PM + May 28, 2022 12:18 PM
@@ -7385,7 +7271,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7393,7 +7279,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:18 PM + May 28, 2022 12:18 PM
@@ -7438,7 +7324,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7446,7 +7332,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" SirWhinesalot - 28-May-22 12:19 PM + May 28, 2022 12:19 PM
@@ -7525,7 +7411,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7533,7 +7419,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" demetrispanos - 28-May-22 12:20 PM + May 28, 2022 12:20 PM
@@ -7593,7 +7479,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
@@ -7601,7 +7487,7 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a" Kartik Agaram - 28-May-22 12:21 PM + May 28, 2022 12:21 PM
@@ -7624,12 +7510,12 @@ yes how many times has a junior programmer agonized over "is-a" vs "has-a"
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
@@ -7641,7 +7527,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of bvisness - 28-May-22 12:22 PM + May 28, 2022 12:22 PM
@@ -7663,7 +7549,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -7671,7 +7557,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of demetrispanos - 28-May-22 12:22 PM + May 28, 2022 12:22 PM
@@ -7731,7 +7617,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -7739,7 +7625,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of Kartik Agaram - 28-May-22 12:23 PM + May 28, 2022 12:23 PM
@@ -7761,7 +7647,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -7769,7 +7655,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of demetrispanos - 28-May-22 12:23 PM + May 28, 2022 12:23 PM
@@ -7905,7 +7791,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -7913,7 +7799,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of bvisness - 28-May-22 12:26 PM + May 28, 2022 12:26 PM
@@ -7935,7 +7821,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -7943,7 +7829,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of SirWhinesalot - 28-May-22 12:26 PM + May 28, 2022 12:26 PM
@@ -7984,7 +7870,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -7992,7 +7878,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of Kartik Agaram - 28-May-22 12:26 PM + May 28, 2022 12:26 PM
@@ -8014,7 +7900,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
@@ -8022,7 +7908,7 @@ Reuse does feel like an idea important enough to be worth trying for a couple of demetrispanos - 28-May-22 12:26 PM + May 28, 2022 12:26 PM
@@ -8045,12 +7931,12 @@ Reuse does feel like an idea important enough to be worth trying for a couple of
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -8062,7 +7948,7 @@ Do you think object-oriented design is worse at providing reuse than ot demetrispanos - 28-May-22 12:27 PM + May 28, 2022 12:27 PM
@@ -8103,7 +7989,7 @@ Do you think object-oriented design is worse at providing reuse than ot
- Avatar + Avatar
@@ -8111,7 +7997,7 @@ Do you think object-oriented design is worse at providing reuse than ot demetrispanos - 28-May-22 12:28 PM + May 28, 2022 12:28 PM
@@ -8129,7 +8015,7 @@ Do you think object-oriented design is worse at providing reuse than ot
- Avatar + Avatar
@@ -8137,7 +8023,7 @@ Do you think object-oriented design is worse at providing reuse than ot bvisness - 28-May-22 12:28 PM + May 28, 2022 12:28 PM
@@ -8156,7 +8042,7 @@ Do you think object-oriented design is worse at providing reuse than ot
- Avatar + Avatar
@@ -8164,7 +8050,7 @@ Do you think object-oriented design is worse at providing reuse than ot demetrispanos - 28-May-22 12:28 PM + May 28, 2022 12:28 PM
@@ -8182,7 +8068,7 @@ Do you think object-oriented design is worse at providing reuse than ot
- Avatar + Avatar
@@ -8190,7 +8076,7 @@ Do you think object-oriented design is worse at providing reuse than ot demetrispanos - 28-May-22 12:28 PM + May 28, 2022 12:28 PM
@@ -8210,12 +8096,12 @@ Do you think object-oriented design is worse at providing reuse than ot
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -8227,7 +8113,7 @@ Do you think object-oriented design is worse at providing reuse than ot gingerBill - 28-May-22 12:28 PM + May 28, 2022 12:28 PM
@@ -8250,12 +8136,12 @@ Do you think object-oriented design is worse at providing reuse than ot
- Avatar + Avatar
- Avatar + Avatar
gingerBill
@@ -8267,7 +8153,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc gingerBill - 28-May-22 12:28 PM + May 28, 2022 12:28 PM
@@ -8305,7 +8191,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc
- Avatar + Avatar
@@ -8313,7 +8199,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc bvisness - 28-May-22 12:29 PM + May 28, 2022 12:29 PM
@@ -8335,7 +8221,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc
- Avatar + Avatar
@@ -8343,7 +8229,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc demetrispanos - 28-May-22 12:29 PM + May 28, 2022 12:29 PM
@@ -8479,7 +8365,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc
- Avatar + Avatar
@@ -8487,7 +8373,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc SirWhinesalot - 28-May-22 12:32 PM + May 28, 2022 12:32 PM
@@ -8547,7 +8433,7 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc
- Avatar + Avatar
@@ -8555,13 +8441,13 @@ So this depends. Most traditonal inheritance based OOP are worse than plain proc Kartik Agaram - 28-May-22 12:35 PM + May 28, 2022 12:35 PM
Complexity feels like something worth talking about head on. A lot of our discussion has had it implicitly in the background. The promise of many languages/tools/paradigms is "treat complexity as an externality. Infinite scale!" This never bears out, and lately I consider it a bad direction. Why is it so important to be able to scale up in complexity? -Oh wait, where am I, this is Handmade Network. I'm preaching to the choir 😅 +Oh wait, where am I, this is Handmade Network. I'm preaching to the choir 😅
@@ -8580,18 +8466,18 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
- Avatar + Avatar
Kartik Agaram
Complexity feels like something worth talking about head on. A lot of our discussion has had it implicitly in the background. The promise of many languages/tools/paradigms is "treat complexity as an externality. Infinite scale!" This never bears out, and lately I consider it a bad direction. Why is it so important to be able to scale up in complexity? -Oh wait, where am I, this is Handmade Network. I'm preaching to the choir 😅 +Oh wait, where am I, this is Handmade Network. I'm preaching to the choir 😅
@@ -8599,7 +8485,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:37 PM + May 28, 2022 12:37 PM
@@ -8621,7 +8507,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8629,7 +8515,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:38 PM + May 28, 2022 12:38 PM
@@ -8647,7 +8533,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8655,7 +8541,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir Kartik Agaram - 28-May-22 12:38 PM + May 28, 2022 12:38 PM
@@ -8681,7 +8567,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8689,7 +8575,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir Kartik Agaram - 28-May-22 12:39 PM + May 28, 2022 12:39 PM
@@ -8711,7 +8597,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8719,7 +8605,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:40 PM + May 28, 2022 12:40 PM
@@ -8742,7 +8628,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8750,7 +8636,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir SirWhinesalot - 28-May-22 12:41 PM + May 28, 2022 12:41 PM
@@ -8772,7 +8658,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8780,7 +8666,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir demetrispanos - 28-May-22 12:41 PM + May 28, 2022 12:41 PM
@@ -8806,7 +8692,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8814,7 +8700,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:42 PM + May 28, 2022 12:42 PM
@@ -8827,7 +8713,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- 😂 + 😂 1
@@ -8842,7 +8728,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8850,7 +8736,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir demetrispanos - 28-May-22 12:42 PM + May 28, 2022 12:42 PM
@@ -8863,7 +8749,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- 💯 + 💯 1
@@ -8882,7 +8768,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8890,7 +8776,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir demetrispanos - 28-May-22 12:42 PM + May 28, 2022 12:42 PM
@@ -8927,7 +8813,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8935,7 +8821,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir Kartik Agaram - 28-May-22 12:42 PM + May 28, 2022 12:42 PM
@@ -8957,7 +8843,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -8965,7 +8851,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir Kartik Agaram - 28-May-22 12:43 PM + May 28, 2022 12:43 PM
@@ -8976,12 +8862,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir -
- 🤔 - 1 -
-
+
@@ -8993,7 +8874,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9001,7 +8882,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir SirWhinesalot - 28-May-22 12:44 PM + May 28, 2022 12:44 PM
@@ -9099,7 +8980,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9107,11 +8988,11 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir Kartik Agaram - 28-May-22 12:45 PM + May 28, 2022 12:45 PM
- 💯 But then doesn't everything? I define architecture as "that which is hard to change." + 💯 But then doesn't everything? I define architecture as "that which is hard to change."
@@ -9129,7 +9010,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9137,7 +9018,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:45 PM + May 28, 2022 12:45 PM
@@ -9159,7 +9040,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9167,7 +9048,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir SirWhinesalot - 28-May-22 12:46 PM + May 28, 2022 12:46 PM
@@ -9266,7 +9147,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9274,7 +9155,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:46 PM + May 28, 2022 12:46 PM
@@ -9296,7 +9177,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9304,7 +9185,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir demetrispanos - 28-May-22 12:47 PM + May 28, 2022 12:47 PM
@@ -9345,7 +9226,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
@@ -9353,7 +9234,7 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir bvisness - 28-May-22 12:48 PM + May 28, 2022 12:48 PM
@@ -9376,12 +9257,12 @@ Oh wait, where am I, this is Handmade Network. I'm preaching to the choir
- Avatar + Avatar
- Avatar + Avatar
SirWhinesalot
@@ -9393,7 +9274,7 @@ breaking down systems into components definitely helps with scaling things up, t bvisness - 28-May-22 12:49 PM + May 28, 2022 12:49 PM
@@ -9435,7 +9316,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9443,11 +9324,11 @@ breaking down systems into components definitely helps with scaling things up, t Kartik Agaram - 28-May-22 12:49 PM + May 28, 2022 12:49 PM
- All the fun there is in that word "unnecessary" 🙂 + All the fun there is in that word "unnecessary" 🙂
@@ -9465,7 +9346,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9473,11 +9354,11 @@ breaking down systems into components definitely helps with scaling things up, t bvisness - 28-May-22 12:49 PM + May 28, 2022 12:49 PM
- That might be too big a question 😛 + That might be too big a question 😛
@@ -9495,7 +9376,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9503,7 +9384,7 @@ breaking down systems into components definitely helps with scaling things up, t demetrispanos - 28-May-22 12:50 PM + May 28, 2022 12:50 PM
@@ -9525,7 +9406,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9533,7 +9414,7 @@ breaking down systems into components definitely helps with scaling things up, t Kartik Agaram - 28-May-22 12:50 PM + May 28, 2022 12:50 PM
@@ -9555,7 +9436,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9563,7 +9444,7 @@ breaking down systems into components definitely helps with scaling things up, t demetrispanos - 28-May-22 12:50 PM + May 28, 2022 12:50 PM
@@ -9623,7 +9504,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9631,7 +9512,7 @@ breaking down systems into components definitely helps with scaling things up, t bvisness - 28-May-22 12:52 PM + May 28, 2022 12:52 PM
@@ -9674,7 +9555,7 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
@@ -9682,7 +9563,7 @@ breaking down systems into components definitely helps with scaling things up, t demetrispanos - 28-May-22 12:52 PM + May 28, 2022 12:52 PM
@@ -9705,12 +9586,12 @@ breaking down systems into components definitely helps with scaling things up, t
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -9723,11 +9604,11 @@ I suppose then that programming was just running into the very real problems of Kartik Agaram - 28-May-22 12:53 PM + May 28, 2022 12:53 PM
- Oh very interesting, hadn't seen this before: https://research.swtch.com/vgo-eng + Oh very interesting, hadn't seen this before: https://research.swtch.com/vgo-eng
@@ -9745,7 +9626,7 @@ I suppose then that programming was just running into the very real problems of
- Avatar + Avatar
@@ -9753,7 +9634,7 @@ I suppose then that programming was just running into the very real problems of bvisness - 28-May-22 12:53 PM + May 28, 2022 12:53 PM
@@ -9797,7 +9678,7 @@ when you add time and other programmers.
- Avatar + Avatar
@@ -9805,7 +9686,7 @@ when you add time and other programmers.
demetrispanos - 28-May-22 12:55 PM + May 28, 2022 12:55 PM
@@ -9828,12 +9709,12 @@ when you add time and other programmers.
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -9846,7 +9727,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 12:56 PM + May 28, 2022 12:56 PM
@@ -9887,7 +9768,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -9895,7 +9776,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 12:56 PM + May 28, 2022 12:56 PM
@@ -9993,7 +9874,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10001,7 +9882,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 12:58 PM + May 28, 2022 12:58 PM
@@ -10023,7 +9904,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10031,7 +9912,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 12:58 PM + May 28, 2022 12:58 PM
@@ -10053,7 +9934,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10061,11 +9942,11 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 12:58 PM + May 28, 2022 12:58 PM
- it makes the 90% even worse 😛 + it makes the 90% even worse 😛
@@ -10083,7 +9964,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10091,7 +9972,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 12:58 PM + May 28, 2022 12:58 PM
@@ -10113,7 +9994,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10121,7 +10002,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 12:59 PM + May 28, 2022 12:59 PM
@@ -10162,7 +10043,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10170,7 +10051,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 01:00 PM + May 28, 2022 01:00 PM
@@ -10192,7 +10073,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10200,7 +10081,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:00 PM + May 28, 2022 01:00 PM
@@ -10222,7 +10103,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10230,7 +10111,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 01:01 PM + May 28, 2022 01:01 PM
@@ -10256,7 +10137,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10264,7 +10145,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:01 PM + May 28, 2022 01:01 PM
@@ -10301,7 +10182,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10309,7 +10190,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:01 PM + May 28, 2022 01:01 PM
@@ -10331,7 +10212,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10339,7 +10220,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 01:02 PM + May 28, 2022 01:02 PM
@@ -10350,12 +10231,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng -
-
- z_OOF - 2 -
-
+
@@ -10367,7 +10243,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10375,7 +10251,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:02 PM + May 28, 2022 01:02 PM
@@ -10417,7 +10293,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10425,7 +10301,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:03 PM + May 28, 2022 01:03 PM
@@ -10448,7 +10324,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10456,7 +10332,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 01:03 PM + May 28, 2022 01:03 PM
@@ -10497,7 +10373,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10505,7 +10381,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:05 PM + May 28, 2022 01:05 PM
@@ -10547,7 +10423,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10555,7 +10431,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 01:05 PM + May 28, 2022 01:05 PM
@@ -10577,7 +10453,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10585,7 +10461,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:05 PM + May 28, 2022 01:05 PM
@@ -10607,7 +10483,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10615,7 +10491,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 01:05 PM + May 28, 2022 01:05 PM
@@ -10637,7 +10513,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10645,7 +10521,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:06 PM + May 28, 2022 01:06 PM
@@ -10675,12 +10551,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng -
-
- 💯 - 1 -
-
+
@@ -10692,7 +10563,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10700,7 +10571,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:06 PM + May 28, 2022 01:06 PM
@@ -10722,7 +10593,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10730,7 +10601,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:06 PM + May 28, 2022 01:06 PM
@@ -10752,7 +10623,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10760,11 +10631,11 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:07 PM + May 28, 2022 01:07 PM
- they are 🙂 + they are 🙂
@@ -10782,7 +10653,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10790,7 +10661,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:07 PM + May 28, 2022 01:07 PM
@@ -10812,7 +10683,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10820,7 +10691,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:07 PM + May 28, 2022 01:07 PM
@@ -10861,7 +10732,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10869,7 +10740,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:08 PM + May 28, 2022 01:08 PM
@@ -10967,7 +10838,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -10975,7 +10846,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:09 PM + May 28, 2022 01:09 PM
@@ -11016,7 +10887,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11024,7 +10895,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:09 PM + May 28, 2022 01:09 PM
@@ -11046,7 +10917,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11054,7 +10925,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 01:10 PM + May 28, 2022 01:10 PM
@@ -11065,12 +10936,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng -
-
- 😄 - 1 -
-
+
@@ -11082,7 +10948,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11090,7 +10956,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:10 PM + May 28, 2022 01:10 PM
@@ -11112,7 +10978,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11120,7 +10986,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 01:10 PM + May 28, 2022 01:10 PM
@@ -11161,7 +11027,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11169,7 +11035,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng demetrispanos - 28-May-22 01:11 PM + May 28, 2022 01:11 PM
@@ -11191,7 +11057,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11199,7 +11065,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng SirWhinesalot - 28-May-22 01:11 PM + May 28, 2022 01:11 PM
@@ -11240,7 +11106,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11248,7 +11114,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng bvisness - 28-May-22 01:11 PM + May 28, 2022 01:11 PM
@@ -11314,7 +11180,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng
- Avatar + Avatar
@@ -11322,7 +11188,7 @@ Is it fair to say that OOP languages offered some useful tools for "software eng Kartik Agaram - 28-May-22 01:13 PM + May 28, 2022 01:13 PM
@@ -11362,12 +11228,12 @@ And any design activity really has to have a certain level of humility. Pick a b
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -11379,7 +11245,7 @@ Is this a fair representation or am I leaving things out? SirWhinesalot - 28-May-22 01:14 PM + May 28, 2022 01:14 PM
@@ -11409,12 +11275,7 @@ Is this a fair representation or am I leaving things out? -
-
- ❤️ - 1 -
-
+
@@ -11446,7 +11307,7 @@ Is this a fair representation or am I leaving things out?
- Avatar + Avatar
@@ -11454,7 +11315,7 @@ Is this a fair representation or am I leaving things out? bvisness - 28-May-22 01:19 PM + May 28, 2022 01:19 PM
@@ -11481,7 +11342,7 @@ It sounds like the prevailing opinion here is that:
- Avatar + Avatar
@@ -11489,7 +11350,7 @@ It sounds like the prevailing opinion here is that: SirWhinesalot - 28-May-22 01:19 PM + May 28, 2022 01:19 PM
@@ -11511,7 +11372,7 @@ It sounds like the prevailing opinion here is that:
- Avatar + Avatar
@@ -11519,7 +11380,7 @@ It sounds like the prevailing opinion here is that: bvisness - 28-May-22 01:19 PM + May 28, 2022 01:19 PM
@@ -11564,12 +11425,12 @@ I think design as a general activity makes no sense. Good design comes from unde
- Avatar + Avatar
- Avatar + Avatar
bvisness
@@ -11581,7 +11442,7 @@ Not only does object-oriented design fail to model problems well, but the tools demetrispanos - 28-May-22 01:21 PM + May 28, 2022 01:21 PM
@@ -11599,7 +11460,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11607,7 +11468,7 @@ Not only does object-oriented design fail to model problems well, but the tools SirWhinesalot - 28-May-22 01:20 PM + May 28, 2022 01:20 PM
@@ -11687,7 +11548,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11695,7 +11556,7 @@ Not only does object-oriented design fail to model problems well, but the tools SirWhinesalot - 28-May-22 01:21 PM + May 28, 2022 01:21 PM
@@ -11721,7 +11582,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11729,7 +11590,7 @@ Not only does object-oriented design fail to model problems well, but the tools bvisness - 28-May-22 01:22 PM + May 28, 2022 01:22 PM
@@ -11751,7 +11612,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11759,7 +11620,7 @@ Not only does object-oriented design fail to model problems well, but the tools SirWhinesalot - 28-May-22 01:24 PM + May 28, 2022 01:24 PM
@@ -11819,7 +11680,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11827,7 +11688,7 @@ Not only does object-oriented design fail to model problems well, but the tools SirWhinesalot - 28-May-22 01:24 PM + May 28, 2022 01:24 PM
@@ -11845,7 +11706,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11853,7 +11714,7 @@ Not only does object-oriented design fail to model problems well, but the tools SirWhinesalot - 28-May-22 01:25 PM + May 28, 2022 01:25 PM
@@ -11871,7 +11732,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11879,7 +11740,7 @@ Not only does object-oriented design fail to model problems well, but the tools gingerBill - 28-May-22 01:24 PM + May 28, 2022 01:24 PM
@@ -11905,7 +11766,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11913,7 +11774,7 @@ Not only does object-oriented design fail to model problems well, but the tools bvisness - 28-May-22 01:25 PM + May 28, 2022 01:25 PM
@@ -11939,7 +11800,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -11947,7 +11808,7 @@ Not only does object-oriented design fail to model problems well, but the tools bvisness - 28-May-22 01:25 PM + May 28, 2022 01:25 PM
@@ -11977,12 +11838,7 @@ Not only does object-oriented design fail to model problems well, but the tools -
-
- ❤️ - 1 -
-
+
@@ -11994,7 +11850,7 @@ Not only does object-oriented design fail to model problems well, but the tools
- Avatar + Avatar
@@ -12002,7 +11858,7 @@ Not only does object-oriented design fail to model problems well, but the tools SirWhinesalot - 28-May-22 01:26 PM + May 28, 2022 01:26 PM
@@ -12026,7 +11882,7 @@ Are the same as mine
- so I'll shut up now 😛 + so I'll shut up now 😛
@@ -12044,7 +11900,7 @@ Are the same as mine
- Avatar + Avatar
@@ -12052,7 +11908,7 @@ Are the same as mine Kartik Agaram - 28-May-22 01:27 PM + May 28, 2022 01:27 PM
@@ -12065,11 +11921,11 @@ Are the same as mine
- 😂 + 😂 3
- AbnerHangry + AbnerHangry 3
@@ -12084,7 +11940,7 @@ Are the same as mine
- Avatar + Avatar
@@ -12092,7 +11948,7 @@ Are the same as mine bvisness - 28-May-22 01:28 PM + May 28, 2022 01:28 PM
@@ -12115,7 +11971,7 @@ Are the same as mine
- Thank you all for helping me with my secret moderator agenda of being able to say "before you discuss OOP any further, read this conversation" 😈 + Thank you all for helping me with my secret moderator agenda of being able to say "before you discuss OOP any further, read this conversation" 😈
@@ -12124,7 +11980,7 @@ Are the same as mine
- brain + brain 6
@@ -12177,7 +12033,7 @@ Are the same as mine
- Avatar + Avatar
@@ -12185,7 +12041,7 @@ Are the same as mine Kartik Agaram - 28-May-22 01:31 PM + May 28, 2022 01:31 PM
@@ -12198,7 +12054,7 @@ Are the same as mine
- coolben + coolben 2
@@ -12213,7 +12069,7 @@ Are the same as mine
- Avatar + Avatar
@@ -12221,7 +12077,7 @@ Are the same as mine SirWhinesalot - 28-May-22 01:32 PM + May 28, 2022 01:32 PM
@@ -12243,7 +12099,7 @@ Are the same as mine
- Avatar + Avatar
@@ -12251,11 +12107,11 @@ Are the same as mine bvisness - 28-May-22 01:36 PM + May 28, 2022 01:36 PM
@@ -12268,4 +12124,4 @@ Are the same as mine
-
+
\ No newline at end of file diff --git a/src/templates/src/fishbowls/oop/OOP_down.html_Files/highlight.min-D8D27.js b/src/templates/src/fishbowls/oop/OOP_down.html_Files/highlight.min-D8D27.js deleted file mode 100644 index 1f06ffc..0000000 --- a/src/templates/src/fishbowls/oop/OOP_down.html_Files/highlight.min-D8D27.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! highlight.js v9.15.6 | BSD3 License | git.io/hljslicense */ -!function(e){var t="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(exports):t&&(t.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return t.hljs}))}(function(n){var b=[],o=Object.keys,h={},p={},t=/^(no-?highlight|plain|text)$/i,m=/\blang(?:uage)?-([\w-]+)\b/i,r=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,a={case_insensitive:"cI",lexemes:"l",contains:"c",keywords:"k",subLanguage:"sL",className:"cN",begin:"b",beginKeywords:"bK",end:"e",endsWithParent:"eW",illegal:"i",excludeBegin:"eB",excludeEnd:"eE",returnBegin:"rB",returnEnd:"rE",relevance:"r",variants:"v",IDENT_RE:"IR",UNDERSCORE_IDENT_RE:"UIR",NUMBER_RE:"NR",C_NUMBER_RE:"CNR",BINARY_NUMBER_RE:"BNR",RE_STARTERS_RE:"RSR",BACKSLASH_ESCAPE:"BE",APOS_STRING_MODE:"ASM",QUOTE_STRING_MODE:"QSM",PHRASAL_WORDS_MODE:"PWM",C_LINE_COMMENT_MODE:"CLCM",C_BLOCK_COMMENT_MODE:"CBCM",HASH_COMMENT_MODE:"HCM",NUMBER_MODE:"NM",C_NUMBER_MODE:"CNM",BINARY_NUMBER_MODE:"BNM",CSS_NUMBER_MODE:"CSSNM",REGEXP_MODE:"RM",TITLE_MODE:"TM",UNDERSCORE_TITLE_MODE:"UTM",COMMENT:"C",beginRe:"bR",endRe:"eR",illegalRe:"iR",lexemesRe:"lR",terminators:"t",terminator_end:"tE"},N="",v={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};function y(e){return e.replace(/&/g,"&").replace(//g,">")}function f(e){return e.nodeName.toLowerCase()}function w(e,t){var r=e&&e.exec(t);return r&&0===r.index}function g(e){return t.test(e)}function u(e){var t,r={},a=Array.prototype.slice.call(arguments,1);for(t in e)r[t]=e[t];return a.forEach(function(e){for(t in e)r[t]=e[t]}),r}function _(e){var n=[];return function e(t,r){for(var a=t.firstChild;a;a=a.nextSibling)3===a.nodeType?r+=a.nodeValue.length:1===a.nodeType&&(n.push({event:"start",offset:r,node:a}),r=e(a,r),f(a).match(/br|hr|img|input/)||n.push({event:"stop",offset:r,node:a}));return r}(e,0),n}function i(e){if(a&&!e.langApiRestored){for(var t in e.langApiRestored=!0,a)e[t]&&(e[a[t]]=e[t]);(e.c||[]).concat(e.v||[]).forEach(i)}}function E(s){function l(e){return e&&e.source||e}function c(e,t){return new RegExp(l(e),"m"+(s.cI?"i":"")+(t?"g":""))}!function t(r,e){if(!r.compiled){if(r.compiled=!0,r.k=r.k||r.bK,r.k){var a={},n=function(r,e){s.cI&&(e=e.toLowerCase()),e.split(" ").forEach(function(e){var t=e.split("|");a[t[0]]=[r,t[1]?Number(t[1]):1]})};"string"==typeof r.k?n("keyword",r.k):o(r.k).forEach(function(e){n(e,r.k[e])}),r.k=a}r.lR=c(r.l||/\w+/,!0),e&&(r.bK&&(r.b="\\b("+r.bK.split(" ").join("|")+")\\b"),r.b||(r.b=/\B|\b/),r.bR=c(r.b),r.endSameAsBegin&&(r.e=r.b),r.e||r.eW||(r.e=/\B|\b/),r.e&&(r.eR=c(r.e)),r.tE=l(r.e)||"",r.eW&&e.tE&&(r.tE+=(r.e?"|":"")+e.tE)),r.i&&(r.iR=c(r.i)),null==r.r&&(r.r=1),r.c||(r.c=[]),r.c=Array.prototype.concat.apply([],r.c.map(function(e){return(t="self"===e?r:e).v&&!t.cached_variants&&(t.cached_variants=t.v.map(function(e){return u(t,{v:null},e)})),t.cached_variants||t.eW&&[u(t)]||[t];var t})),r.c.forEach(function(e){t(e,r)}),r.starts&&t(r.starts,e);var i=r.c.map(function(e){return e.bK?"\\.?(?:"+e.b+")\\.?":e.b}).concat([r.tE,r.i]).map(l).filter(Boolean);r.t=i.length?c(function(e,t){for(var r=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,a=0,n="",i=0;i')+t+(r?"":N)}function l(){p+=null!=b.sL?function(){var e="string"==typeof b.sL;if(e&&!h[b.sL])return y(m);var t=e?k(b.sL,m,!0,i[b.sL]):x(m,b.sL.length?b.sL:void 0);return 0")+'"');return m+=t,t.length||1}var d=C(e);if(!d)throw new Error('Unknown language: "'+e+'"');E(d);var n,b=r||d,i={},p="";for(n=b;n!==d;n=n.parent)n.cN&&(p=o(n.cN,"",!0)+p);var m="",f=0;try{for(var s,g,_=0;b.t.lastIndex=_,s=b.t.exec(t);)g=a(t.substring(_,s.index),s[0]),_=s.index+g;for(a(t.substr(_)),n=b;n.parent;n=n.parent)n.cN&&(p+=N);return{r:f,value:p,language:e,top:b}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{r:0,value:y(t)};throw e}}function x(r,e){e=e||v.languages||o(h);var a={r:0,value:y(r)},n=a;return e.filter(C).filter(l).forEach(function(e){var t=k(e,r,!1);t.language=e,t.r>n.r&&(n=t),t.r>a.r&&(n=a,a=t)}),n.language&&(a.second_best=n),a}function M(e){return v.tabReplace||v.useBR?e.replace(r,function(e,t){return v.useBR&&"\n"===e?"
":v.tabReplace?t.replace(/\t/g,v.tabReplace):""}):e}function s(e){var t,r,a,n,i,s,c,o,l,u,d=function(e){var t,r,a,n,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",r=m.exec(i))return C(r[1])?r[1]:"no-highlight";for(t=0,a=(i=i.split(/\s+/)).length;t/g,"\n"):t=e,i=t.textContent,a=d?k(d,i,!0):x(i),(r=_(t)).length&&((n=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=a.value,a.value=function(e,t,r){var a=0,n="",i=[];function s(){return e.length&&t.length?e[0].offset!==t[0].offset?e[0].offset"}function o(e){n+=""}function l(e){("start"===e.event?c:o)(e.node)}for(;e.length||t.length;){var u=s();if(n+=y(r.substring(a,u[0].offset)),a=u[0].offset,u===e){for(i.reverse().forEach(o);l(u.splice(0,1)[0]),(u=s())===e&&u.length&&u[0].offset===a;);i.reverse().forEach(c)}else"start"===u[0].event?i.push(u[0].node):i.pop(),l(u.splice(0,1)[0])}return n+y(r.substr(a))}(r,_(n),i)),a.value=M(a.value),e.innerHTML=a.value,e.className=(s=e.className,c=d,o=a.language,l=c?p[c]:o,u=[s.trim()],s.match(/\bhljs\b/)||u.push("hljs"),-1===s.indexOf(l)&&u.push(l),u.join(" ").trim()),e.result={language:a.language,re:a.r},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.r}))}function c(){if(!c.called){c.called=!0;var e=document.querySelectorAll("pre code");b.forEach.call(e,s)}}function C(e){return e=(e||"").toLowerCase(),h[e]||h[p[e]]}function l(e){var t=C(e);return t&&!t.disableAutodetect}return n.highlight=k,n.highlightAuto=x,n.fixMarkup=M,n.highlightBlock=s,n.configure=function(e){v=u(v,e)},n.initHighlighting=c,n.initHighlightingOnLoad=function(){addEventListener("DOMContentLoaded",c,!1),addEventListener("load",c,!1)},n.registerLanguage=function(t,e){var r=h[t]=e(n);i(r),r.aliases&&r.aliases.forEach(function(e){p[e]=t})},n.listLanguages=function(){return o(h)},n.getLanguage=C,n.autoDetection=l,n.inherit=u,n.IR=n.IDENT_RE="[a-zA-Z]\\w*",n.UIR=n.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",n.NR=n.NUMBER_RE="\\b\\d+(\\.\\d+)?",n.CNR=n.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",n.BNR=n.BINARY_NUMBER_RE="\\b(0b[01]+)",n.RSR=n.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",n.BE=n.BACKSLASH_ESCAPE={b:"\\\\[\\s\\S]",r:0},n.ASM=n.APOS_STRING_MODE={cN:"string",b:"'",e:"'",i:"\\n",c:[n.BE]},n.QSM=n.QUOTE_STRING_MODE={cN:"string",b:'"',e:'"',i:"\\n",c:[n.BE]},n.PWM=n.PHRASAL_WORDS_MODE={b:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},n.C=n.COMMENT=function(e,t,r){var a=n.inherit({cN:"comment",b:e,e:t,c:[]},r||{});return a.c.push(n.PWM),a.c.push({cN:"doctag",b:"(?:TODO|FIXME|NOTE|BUG|XXX):",r:0}),a},n.CLCM=n.C_LINE_COMMENT_MODE=n.C("//","$"),n.CBCM=n.C_BLOCK_COMMENT_MODE=n.C("/\\*","\\*/"),n.HCM=n.HASH_COMMENT_MODE=n.C("#","$"),n.NM=n.NUMBER_MODE={cN:"number",b:n.NR,r:0},n.CNM=n.C_NUMBER_MODE={cN:"number",b:n.CNR,r:0},n.BNM=n.BINARY_NUMBER_MODE={cN:"number",b:n.BNR,r:0},n.CSSNM=n.CSS_NUMBER_MODE={cN:"number",b:n.NR+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",r:0},n.RM=n.REGEXP_MODE={cN:"regexp",b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[n.BE,{b:/\[/,e:/\]/,r:0,c:[n.BE]}]},n.TM=n.TITLE_MODE={cN:"title",b:n.IR,r:0},n.UTM=n.UNDERSCORE_TITLE_MODE={cN:"title",b:n.UIR,r:0},n.METHOD_GUARD={b:"\\.\\s*"+n.UIR,r:0},n.registerLanguage("apache",function(e){var t={cN:"number",b:"[\\$%]\\d+"};return{aliases:["apacheconf"],cI:!0,c:[e.HCM,{cN:"section",b:""},{cN:"attribute",b:/\w+/,r:0,k:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:/$/,r:0,k:{literal:"on off all"},c:[{cN:"meta",b:"\\s\\[",e:"\\]$"},{cN:"variable",b:"[\\$%]\\{",e:"\\}",c:["self",t]},t,e.QSM]}}],i:/\S/}}),n.registerLanguage("bash",function(e){var t={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)}/}]},r={cN:"string",b:/"/,e:/"/,c:[e.BE,t,{cN:"variable",b:/\$\(/,e:/\)/,c:[e.BE]}]};return{aliases:["sh","zsh"],l:/\b-?[a-z\._]+\b/,k:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"meta",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:!0,c:[e.inherit(e.TM,{b:/\w[\w\d_]*/})],r:0},e.HCM,r,{cN:"string",b:/'/,e:/'/},t]}}),n.registerLanguage("coffeescript",function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},r="[A-Za-z$_][0-9A-Za-z$_]*",a={cN:"subst",b:/#\{/,e:/}/,k:t},n=[e.BNM,e.inherit(e.CNM,{starts:{e:"(\\s*/)?",r:0}}),{cN:"string",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/"""/,e:/"""/,c:[e.BE,a]},{b:/"/,e:/"/,c:[e.BE,a]}]},{cN:"regexp",v:[{b:"///",e:"///",c:[a,e.HCM]},{b:"//[gim]*",r:0},{b:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{b:"@"+r},{sL:"javascript",eB:!0,eE:!0,v:[{b:"```",e:"```"},{b:"`",e:"`"}]}];a.c=n;var i=e.inherit(e.TM,{b:r}),s="(\\(.*\\))?\\s*\\B[-=]>",c={cN:"params",b:"\\([^\\(]",rB:!0,c:[{b:/\(/,e:/\)/,k:t,c:["self"].concat(n)}]};return{aliases:["coffee","cson","iced"],k:t,i:/\/\*/,c:n.concat([e.C("###","###"),e.HCM,{cN:"function",b:"^\\s*"+r+"\\s*=\\s*"+s,e:"[-=]>",rB:!0,c:[i,c]},{b:/[:\(,=]\s*/,r:0,c:[{cN:"function",b:s,e:"[-=]>",rB:!0,c:[c]}]},{cN:"class",bK:"class",e:"$",i:/[:="\[\]]/,c:[{bK:"extends",eW:!0,i:/[:="\[\]]/,c:[i]},i]},{b:r+":",e:":",rB:!0,rE:!0,r:0}])}}),n.registerLanguage("cpp",function(e){var t={cN:"keyword",b:"\\b[a-z\\d_]*_t\\b"},r={cN:"string",v:[{b:'(u8?|U|L)?"',e:'"',i:"\\n",c:[e.BE]},{b:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\((?:.|\n)*?\)\1"/},{b:"'\\\\?.",e:"'",i:"."}]},a={cN:"number",v:[{b:"\\b(0b[01']+)"},{b:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{b:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],r:0},n={cN:"meta",b:/#\s*[a-z]+\b/,e:/$/,k:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},c:[{b:/\\\n/,r:0},e.inherit(r,{cN:"meta-string"}),{cN:"meta-string",b:/<[^\n>]*>/,e:/$/,i:"\\n"},e.CLCM,e.CBCM]},i=e.IR+"\\s*\\(",s={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and or not",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},c=[t,e.CLCM,e.CBCM,a,r];return{aliases:["c","cc","h","c++","h++","hpp"],k:s,i:"",k:s,c:["self",t]},{b:e.IR+"::",k:s},{v:[{b:/=/,e:/;/},{b:/\(/,e:/\)/},{bK:"new throw return else",e:/;/}],k:s,c:c.concat([{b:/\(/,e:/\)/,k:s,c:c.concat(["self"]),r:0}]),r:0},{cN:"function",b:"("+e.IR+"[\\*&\\s]+)+"+i,rB:!0,e:/[{;=]/,eE:!0,k:s,i:/[^\w\s\*&]/,c:[{b:i,rB:!0,c:[e.TM],r:0},{cN:"params",b:/\(/,e:/\)/,k:s,r:0,c:[e.CLCM,e.CBCM,r,a,t,{b:/\(/,e:/\)/,k:s,r:0,c:["self",e.CLCM,e.CBCM,r,a,t]}]},e.CLCM,e.CBCM,n]},{cN:"class",bK:"class struct",e:/[{;:]/,c:[{b://,c:["self"]},e.TM]}]),exports:{preprocessor:n,strings:r,k:s}}}),n.registerLanguage("cs",function(e){var t={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long nameof object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let on orderby partial remove select set value var where yield",literal:"null false true"},r={cN:"number",v:[{b:"\\b(0b[01']+)"},{b:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{b:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],r:0},a={cN:"string",b:'@"',e:'"',c:[{b:'""'}]},n=e.inherit(a,{i:/\n/}),i={cN:"subst",b:"{",e:"}",k:t},s=e.inherit(i,{i:/\n/}),c={cN:"string",b:/\$"/,e:'"',i:/\n/,c:[{b:"{{"},{b:"}}"},e.BE,s]},o={cN:"string",b:/\$@"/,e:'"',c:[{b:"{{"},{b:"}}"},{b:'""'},i]},l=e.inherit(o,{i:/\n/,c:[{b:"{{"},{b:"}}"},{b:'""'},s]});i.c=[o,c,a,e.ASM,e.QSM,r,e.CBCM],s.c=[l,c,n,e.ASM,e.QSM,r,e.inherit(e.CBCM,{i:/\n/})];var u={v:[o,c,a,e.ASM,e.QSM]},d=e.IR+"(<"+e.IR+"(\\s*,\\s*"+e.IR+")*>)?(\\[\\])?";return{aliases:["csharp","c#"],k:t,i:/::/,c:[e.C("///","$",{rB:!0,c:[{cN:"doctag",v:[{b:"///",r:0},{b:"\x3c!--|--\x3e"},{b:""}]}]}),e.CLCM,e.CBCM,{cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},u,r,{bK:"class interface",e:/[{;=]/,i:/[^\s:,]/,c:[e.TM,e.CLCM,e.CBCM]},{bK:"namespace",e:/[{;=]/,i:/[^\s:]/,c:[e.inherit(e.TM,{b:"[a-zA-Z](\\.?\\w)*"}),e.CLCM,e.CBCM]},{cN:"meta",b:"^\\s*\\[",eB:!0,e:"\\]",eE:!0,c:[{cN:"meta-string",b:/"/,e:/"/}]},{bK:"new return throw await else",r:0},{cN:"function",b:"("+d+"\\s+)+"+e.IR+"\\s*\\(",rB:!0,e:/\s*[{;=]/,eE:!0,k:t,c:[{b:e.IR+"\\s*\\(",rB:!0,c:[e.TM],r:0},{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,k:t,r:0,c:[u,r,e.CBCM]},e.CLCM,e.CBCM]}]}}),n.registerLanguage("css",function(e){var t={b:/[A-Z\_\.\-]+\s*:/,rB:!0,e:";",eW:!0,c:[{cN:"attribute",b:/\S/,e:":",eE:!0,starts:{eW:!0,eE:!0,c:[{b:/[\w-]+\(/,rB:!0,c:[{cN:"built_in",b:/[\w-]+/},{b:/\(/,e:/\)/,c:[e.ASM,e.QSM]}]},e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:"number",b:"#[0-9A-Fa-f]+"},{cN:"meta",b:"!important"}]}}]};return{cI:!0,i:/[=\/|'\$]/,c:[e.CBCM,{cN:"selector-id",b:/#[A-Za-z0-9_-]+/},{cN:"selector-class",b:/\.[A-Za-z0-9_-]+/},{cN:"selector-attr",b:/\[/,e:/\]/,i:"$"},{cN:"selector-pseudo",b:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{b:"@",e:"[{;]",i:/:/,c:[{cN:"keyword",b:/\w+/},{b:/\s/,eW:!0,eE:!0,r:0,c:[e.ASM,e.QSM,e.CSSNM]}]},{cN:"selector-tag",b:"[a-zA-Z-][a-zA-Z0-9_-]*",r:0},{b:"{",e:"}",i:/\S/,c:[e.CBCM,t]}]}}),n.registerLanguage("diff",function(e){return{aliases:["patch"],c:[{cN:"meta",r:10,v:[{b:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"comment",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\-{3}/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+{3}/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"addition",b:"^\\!",e:"$"}]}}),n.registerLanguage("http",function(e){var t="HTTP/[0-9\\.]+";return{aliases:["https"],i:"\\S",c:[{b:"^"+t,e:"$",c:[{cN:"number",b:"\\b\\d{3}\\b"}]},{b:"^[A-Z]+ (.*?) "+t+"$",rB:!0,e:"$",c:[{cN:"string",b:" ",e:" ",eB:!0,eE:!0},{b:t},{cN:"keyword",b:"[A-Z]+"}]},{cN:"attribute",b:"^\\w",e:": ",eE:!0,i:"\\n|\\s|=",starts:{e:"$",r:0}},{b:"\\n\\n",starts:{sL:[],eW:!0}}]}}),n.registerLanguage("ini",function(e){var t={cN:"string",c:[e.BE],v:[{b:"'''",e:"'''",r:10},{b:'"""',e:'"""',r:10},{b:'"',e:'"'},{b:"'",e:"'"}]};return{aliases:["toml"],cI:!0,i:/\S/,c:[e.C(";","$"),e.HCM,{cN:"section",b:/^\s*\[+/,e:/\]+/},{b:/^[a-z0-9\[\]_\.-]+\s*=\s*/,e:"$",rB:!0,c:[{cN:"attr",b:/[a-z0-9\[\]_\.-]+/},{b:/=/,eW:!0,r:0,c:[{cN:"literal",b:/\bon|off|true|false|yes|no\b/},{cN:"variable",v:[{b:/\$[\w\d"][\w\d_]*/},{b:/\$\{(.*?)}/}]},t,{cN:"number",b:/([\+\-]+)?[\d]+_[\d_]+/},e.NM]}]}]}}),n.registerLanguage("java",function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",r={cN:"number",b:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",r:0};return{aliases:["jsp"],k:t,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"new throw return else",r:0},{cN:"function",b:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UIR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:t,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,k:t,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},r,{cN:"meta",b:"@[A-Za-z]+"}]}}),n.registerLanguage("javascript",function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",r={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},a={cN:"number",v:[{b:"\\b(0[bB][01]+)"},{b:"\\b(0[oO][0-7]+)"},{b:e.CNR}],r:0},n={cN:"subst",b:"\\$\\{",e:"\\}",k:r,c:[]},i={cN:"string",b:"`",e:"`",c:[e.BE,n]};n.c=[e.ASM,e.QSM,i,a,e.RM];var s=n.c.concat([e.CBCM,e.CLCM]);return{aliases:["js","jsx"],k:r,c:[{cN:"meta",r:10,b:/^\s*['"]use (strict|asm)['"]/},{cN:"meta",b:/^#!/,e:/$/},e.ASM,e.QSM,i,e.CLCM,e.CBCM,a,{b:/[{,]\s*/,r:0,c:[{b:t+"\\s*:",rB:!0,r:0,c:[{cN:"attr",b:t,r:0}]}]},{b:"("+e.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[e.CLCM,e.CBCM,e.RM,{cN:"function",b:"(\\(.*?\\)|"+t+")\\s*=>",rB:!0,e:"\\s*=>",c:[{cN:"params",v:[{b:t},{b:/\(\s*\)/},{b:/\(/,e:/\)/,eB:!0,eE:!0,k:r,c:s}]}]},{b://,sL:"xml",c:[{b:/<\w+\s*\/>/,skip:!0},{b:/<\w+/,e:/(\/\w+|\w+\/)>/,skip:!0,c:[{b:/<\w+\s*\/>/,skip:!0},"self"]}]}],r:0},{cN:"function",bK:"function",e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:t}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,c:s}],i:/\[|%/},{b:/\$[(.]/},e.METHOD_GUARD,{cN:"class",bK:"class",e:/[{;=]/,eE:!0,i:/[:"\[\]]/,c:[{bK:"extends"},e.UTM]},{bK:"constructor get set",e:/\{/,eE:!0}],i:/#(?!!)/}}),n.registerLanguage("json",function(e){var t={literal:"true false null"},r=[e.QSM,e.CNM],a={e:",",eW:!0,eE:!0,c:r,k:t},n={b:"{",e:"}",c:[{cN:"attr",b:/"/,e:/"/,c:[e.BE],i:"\\n"},e.inherit(a,{b:/:/})],i:"\\S"},i={b:"\\[",e:"\\]",c:[e.inherit(a)],i:"\\S"};return r.splice(r.length,0,n,i),{c:r,k:t,i:"\\S"}}),n.registerLanguage("makefile",function(e){var t={cN:"variable",v:[{b:"\\$\\("+e.UIR+"\\)",c:[e.BE]},{b:/\$[@%`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],cI:!0,c:[{cN:"meta",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},e.C("\x3c!--","--\x3e",{r:10}),{b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"meta",b:/<\?xml/,e:/\?>/,r:10},{b:/<\?(php)?/,e:/\?>/,sL:"php",c:[{b:"/\\*",e:"\\*/",skip:!0},{b:'b"',e:'"',skip:!0},{b:"b'",e:"'",skip:!0},e.inherit(e.ASM,{i:null,cN:null,c:null,skip:!0}),e.inherit(e.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:"tag",b:"|$)",e:">",k:{name:"style"},c:[t],starts:{e:"",rE:!0,sL:["css","xml"]}},{cN:"tag",b:"|$)",e:">",k:{name:"script"},c:[t],starts:{e:"<\/script>",rE:!0,sL:["actionscript","javascript","handlebars","xml"]}},{cN:"tag",b:"",c:[{cN:"name",b:/[^\/><\s]+/,r:0},t]}]}}),n.registerLanguage("markdown",function(e){return{aliases:["md","mkdown","mkd"],c:[{cN:"section",v:[{b:"^#{1,6}",e:"$"},{b:"^.+?\\n[=-]{2,}$"}]},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\d+\\.))\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",v:[{b:"\\*.+?\\*"},{b:"_.+?_",r:0}]},{cN:"quote",b:"^>\\s+",e:"$"},{cN:"code",v:[{b:"^```w*s*$",e:"^```s*$"},{b:"`.+?`"},{b:"^( {4}|\t)",e:"$",r:0}]},{b:"^[-\\*]{3,}",e:"$"},{b:"\\[.+?\\][\\(\\[].*?[\\)\\]]",rB:!0,c:[{cN:"string",b:"\\[",e:"\\]",eB:!0,rE:!0,r:0},{cN:"link",b:"\\]\\(",e:"\\)",eB:!0,eE:!0},{cN:"symbol",b:"\\]\\[",e:"\\]",eB:!0,eE:!0}],r:10},{b:/^\[[^\n]+\]:/,rB:!0,c:[{cN:"symbol",b:/\[/,e:/\]/,eB:!0,eE:!0},{cN:"link",b:/:\s*/,e:/$/,eB:!0}]}]}}),n.registerLanguage("nginx",function(e){var t={cN:"variable",v:[{b:/\$\d+/},{b:/\$\{/,e:/}/},{b:"[\\$\\@]"+e.UIR}]},r={eW:!0,l:"[a-z/_]+",k:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},r:0,i:"=>",c:[e.HCM,{cN:"string",c:[e.BE,t],v:[{b:/"/,e:/"/},{b:/'/,e:/'/}]},{b:"([a-z]+):/",e:"\\s",eW:!0,eE:!0,c:[t]},{cN:"regexp",c:[e.BE,t],v:[{b:"\\s\\^",e:"\\s|{|;",rE:!0},{b:"~\\*?\\s+",e:"\\s|{|;",rE:!0},{b:"\\*(\\.[a-z\\-]+)+"},{b:"([a-z\\-]+\\.)+\\*"}]},{cN:"number",b:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{cN:"number",b:"\\b\\d+[kKmMgGdshdwy]*\\b",r:0},t]};return{aliases:["nginxconf"],c:[e.HCM,{b:e.UIR+"\\s+{",rB:!0,e:"{",c:[{cN:"section",b:e.UIR}],r:0},{b:e.UIR+"\\s",e:";|{",rB:!0,c:[{cN:"attribute",b:e.UIR,starts:r}],r:0}],i:"[^\\s\\}]"}}),n.registerLanguage("objectivec",function(e){var t=/[a-zA-Z@][a-zA-Z0-9_]*/,r="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],k:{keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},l:t,i:""}]}]},{cN:"class",b:"("+r.split(" ").join("|")+")\\b",e:"({|$)",eE:!0,k:r,l:t,c:[e.UTM]},{b:"\\."+e.UIR,r:0}]}}),n.registerLanguage("perl",function(e){var t="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",r={cN:"subst",b:"[$@]\\{",e:"\\}",k:t},a={b:"->{",e:"}"},n={v:[{b:/\$\d/},{b:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{b:/[\$%@][^\s\w{]/,r:0}]},i=[e.BE,r,n],s=[n,e.HCM,e.C("^\\=\\w","\\=cut",{eW:!0}),a,{cN:"string",c:i,v:[{b:"q[qwxr]?\\s*\\(",e:"\\)",r:5},{b:"q[qwxr]?\\s*\\[",e:"\\]",r:5},{b:"q[qwxr]?\\s*\\{",e:"\\}",r:5},{b:"q[qwxr]?\\s*\\|",e:"\\|",r:5},{b:"q[qwxr]?\\s*\\<",e:"\\>",r:5},{b:"qw\\s+q",e:"q",r:5},{b:"'",e:"'",c:[e.BE]},{b:'"',e:'"'},{b:"`",e:"`",c:[e.BE]},{b:"{\\w+}",c:[],r:0},{b:"-?\\w+\\s*\\=\\>",c:[],r:0}]},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\/\\/|"+e.RSR+"|\\b(split|return|print|reverse|grep)\\b)\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,{cN:"regexp",b:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?/",e:"/[a-z]*",c:[e.BE],r:0}]},{cN:"function",bK:"sub",e:"(\\s*\\(.*?\\))?[;{]",eE:!0,r:5,c:[e.TM]},{b:"-\\w\\b",r:0},{b:"^__DATA__$",e:"^__END__$",sL:"mojolicious",c:[{b:"^@@.*",e:"$",cN:"comment"}]}];return r.c=s,{aliases:["pl","pm"],l:/[\w\.]+/,k:t,c:a.c=s}}),n.registerLanguage("php",function(e){var t={b:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},r={cN:"meta",b:/<\?(php)?|\?>/},a={cN:"string",c:[e.BE,r],v:[{b:'b"',e:'"'},{b:"b'",e:"'"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},n={v:[e.BNM,e.CNM]};return{aliases:["php","php3","php4","php5","php6","php7"],cI:!0,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[e.HCM,e.C("//","$",{c:[r]}),e.C("/\\*","\\*/",{c:[{cN:"doctag",b:"@[A-Za-z]+"}]}),e.C("__halt_compiler.+?;",!1,{eW:!0,k:"__halt_compiler",l:e.UIR}),{cN:"string",b:/<<<['"]?\w+['"]?$/,e:/^\w+;?$/,c:[e.BE,{cN:"subst",v:[{b:/\$\w+/},{b:/\{\$/,e:/\}/}]}]},r,{cN:"keyword",b:/\$this\b/},t,{b:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{cN:"function",bK:"function",e:/[;{]/,eE:!0,i:"\\$|\\[|%",c:[e.UTM,{cN:"params",b:"\\(",e:"\\)",c:["self",t,e.CBCM,a,n]}]},{cN:"class",bK:"class interface",e:"{",eE:!0,i:/[:\(\$"]/,c:[{bK:"extends implements"},e.UTM]},{bK:"namespace",e:";",i:/[\.']/,c:[e.UTM]},{bK:"use",e:";",c:[e.UTM]},{b:"=>"},a,n]}}),n.registerLanguage("properties",function(e){var t="[ \\t\\f]*",r="("+t+"[:=]"+t+"|[ \\t\\f]+)",a="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",n="([^\\\\:= \\t\\f\\n]|\\\\.)+",i={e:r,r:0,starts:{cN:"string",e:/$/,r:0,c:[{b:"\\\\\\n"}]}};return{cI:!0,i:/\S/,c:[e.C("^\\s*[!#]","$"),{b:a+r,rB:!0,c:[{cN:"attr",b:a,endsParent:!0,r:0}],starts:i},{b:n+r,rB:!0,r:0,c:[{cN:"meta",b:n,endsParent:!0,r:0}],starts:i},{cN:"attr",r:0,b:n+t+"$"}]}}),n.registerLanguage("python",function(e){var t={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},r={cN:"meta",b:/^(>>>|\.\.\.) /},a={cN:"subst",b:/\{/,e:/\}/,k:t,i:/#/},n={cN:"string",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[e.BE,r],r:10},{b:/(u|b)?r?"""/,e:/"""/,c:[e.BE,r],r:10},{b:/(fr|rf|f)'''/,e:/'''/,c:[e.BE,r,a]},{b:/(fr|rf|f)"""/,e:/"""/,c:[e.BE,r,a]},{b:/(u|r|ur)'/,e:/'/,r:10},{b:/(u|r|ur)"/,e:/"/,r:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)"/,e:/"/},{b:/(fr|rf|f)'/,e:/'/,c:[e.BE,a]},{b:/(fr|rf|f)"/,e:/"/,c:[e.BE,a]},e.ASM,e.QSM]},i={cN:"number",r:0,v:[{b:e.BNR+"[lLjJ]?"},{b:"\\b(0o[0-7]+)[lLjJ]?"},{b:e.CNR+"[lLjJ]?"}]},s={cN:"params",b:/\(/,e:/\)/,c:["self",r,i,n]};return a.c=[n,i,r],{aliases:["py","gyp","ipython"],k:t,i:/(<\/|->|\?)|=>/,c:[r,i,n,e.HCM,{v:[{cN:"function",bK:"def"},{cN:"class",bK:"class"}],e:/:/,i:/[${=;\n,]/,c:[e.UTM,s,{b:/->/,eW:!0,k:"None"}]},{cN:"meta",b:/^[\t ]*@/,e:/$/},{b:/\b(print|exec)\(/}]}}),n.registerLanguage("ruby",function(e){var t="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",r={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},a={cN:"doctag",b:"@[A-Za-z]+"},n={b:"#<",e:">"},i=[e.C("#","$",{c:[a]}),e.C("^\\=begin","^\\=end",{c:[a],r:10}),e.C("^__END__","\\n$")],s={cN:"subst",b:"#\\{",e:"}",k:r},c={cN:"string",c:[e.BE,s],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:/`/,e:/`/},{b:"%[qQwWx]?\\(",e:"\\)"},{b:"%[qQwWx]?\\[",e:"\\]"},{b:"%[qQwWx]?{",e:"}"},{b:"%[qQwWx]?<",e:">"},{b:"%[qQwWx]?/",e:"/"},{b:"%[qQwWx]?%",e:"%"},{b:"%[qQwWx]?-",e:"-"},{b:"%[qQwWx]?\\|",e:"\\|"},{b:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{b:/<<(-?)\w+$/,e:/^\s*\w+$/}]},o={cN:"params",b:"\\(",e:"\\)",endsParent:!0,k:r},l=[c,n,{cN:"class",bK:"class module",e:"$|;",i:/=/,c:[e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{b:"<\\s*",c:[{b:"("+e.IR+"::)?"+e.IR}]}].concat(i)},{cN:"function",bK:"def",e:"$|;",c:[e.inherit(e.TM,{b:t}),o].concat(i)},{b:e.IR+"::"},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"symbol",b:":(?!\\s)",c:[c,{b:t}],r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{cN:"params",b:/\|/,e:/\|/,k:r},{b:"("+e.RSR+"|unless)\\s*",k:"unless",c:[n,{cN:"regexp",c:[e.BE,s],i:/\n/,v:[{b:"/",e:"/[a-z]*"},{b:"%r{",e:"}[a-z]*"},{b:"%r\\(",e:"\\)[a-z]*"},{b:"%r!",e:"![a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}].concat(i),r:0}].concat(i);s.c=l;var u=[{b:/^\s*=>/,starts:{e:"$",c:o.c=l}},{cN:"meta",b:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{e:"$",c:l}}];return{aliases:["rb","gemspec","podspec","thor","irb"],k:r,i:/\/\*/,c:i.concat(u).concat(l)}}),n.registerLanguage("shell",function(e){return{aliases:["console"],c:[{cN:"meta",b:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{e:"$",sL:"bash"}}]}}),n.registerLanguage("sql",function(e){var t=e.C("--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",e:/;/,eW:!0,l:/[\w\.]+/,k:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varying void"},c:[{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[e.BE]},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}}),n}); \ No newline at end of file diff --git a/src/templates/src/fishbowls/oop/OOP_down.html_Files/lottie.min-99657.js b/src/templates/src/fishbowls/oop/OOP_down.html_Files/lottie.min-99657.js deleted file mode 100644 index 086aa59..0000000 --- a/src/templates/src/fishbowls/oop/OOP_down.html_Files/lottie.min-99657.js +++ /dev/null @@ -1,15 +0,0 @@ -(typeof navigator !== "undefined") && (function(root, factory) { - if (typeof define === "function" && define.amd) { - define(function() { - return factory(root); - }); - } else if (typeof module === "object" && module.exports) { - module.exports = factory(root); - } else { - root.lottie = factory(root); - root.bodymovin = root.lottie; - } -}((window || {}), function(window) { - "use strict";var svgNS="http://www.w3.org/2000/svg",locationHref="",initialDefaultFrame=-999999,_useWebWorker=!1,subframeEnabled=!0,idPrefix="",expressionsPlugin,isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),cachedColors={},bmRnd,bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};function ProjectInterface(){return{}}!function(){var t,e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],r=e.length;for(t=0;t>>=1;return(t+r)/e};return n.int32=function(){return 0|a.g(4)},n.quick=function(){return a.g(4)/4294967296},n.double=n,P(E(a.S),o),(e.pass||r||function(t,e,r,i){return i&&(i.S&&b(i,a),t.state=function(){return b(a,{})}),r?(h[c]=t,e):t})(n,s,"global"in e?e.global:this==h,e.state)},P(h.random(),o)}([],BMMath);var BezierFactory=function(){var t={getBezierEasing:function(t,e,r,i,s){var a=s||("bez_"+t+"_"+e+"_"+r+"_"+i).replace(/\./g,"p");if(o[a])return o[a];var n=new h([t,e,r,i]);return o[a]=n}},o={};var l=11,p=1/(l-1),e="function"==typeof Float32Array;function i(t,e){return 1-3*e+3*t}function s(t,e){return 3*e-6*t}function a(t){return 3*t}function m(t,e,r){return((i(e,r)*t+s(e,r))*t+a(e))*t}function f(t,e,r){return 3*i(e,r)*t*t+2*s(e,r)*t+a(e)}function h(t){this._p=t,this._mSampleValues=e?new Float32Array(l):new Array(l),this._precomputed=!1,this.get=this.get.bind(this)}return h.prototype={get:function(t){var e=this._p[0],r=this._p[1],i=this._p[2],s=this._p[3];return this._precomputed||this._precompute(),e===r&&i===s?t:0===t?0:1===t?1:m(this._getTForX(t),r,s)},_precompute:function(){var t=this._p[0],e=this._p[1],r=this._p[2],i=this._p[3];this._precomputed=!0,t===e&&r===i||this._calcSampleValues()},_calcSampleValues:function(){for(var t=this._p[0],e=this._p[2],r=0;rn?-1:1,l=!0;l;)if(i[a]<=n&&i[a+1]>n?(o=(n-i[a])/(i[a+1]-i[a]),l=!1):a+=h,a<0||s-1<=a){if(a===s-1)return r[a];l=!1}return r[a]+(r[a+1]-r[a])*o}var F=createTypedArray("float32",8);return{getSegmentsLength:function(t){var e,r=segmentsLengthPool.newElement(),i=t.c,s=t.v,a=t.o,n=t.i,o=t._length,h=r.lengths,l=0;for(e=0;er[0]||!(r[0]>t[0])&&(t[1]>r[1]||!(r[1]>t[1])&&(t[2]>r[2]||!(r[2]>t[2])&&null))}var h,e=function(){var i=[4,4,14];function s(t){var e,r,i,s=t.length;for(e=0;e=a.t-i){s.h&&(s=a),c=0;break}if(a.t-i>t){c=d;break}d=r&&r<=t||this._caching.lastFrame=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var i=this.interpolateValue(t,this._caching);this.pv=i}return this._caching.lastFrame=t,this.pv}function d(t){var e;if("unidimensional"===this.propType)e=t*this.mult,1e-5=this.p.keyframes[this.p.keyframes.length-1].t?(r=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/e,0),this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/e,0)):(r=this.p.pv,this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/e,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){r=[],i=[];var s=this.px,a=this.py;s._caching.lastFrame+s.offsetTime<=s.keyframes[0].t?(r[0]=s.getValueAtTime((s.keyframes[0].t+.01)/e,0),r[1]=a.getValueAtTime((a.keyframes[0].t+.01)/e,0),i[0]=s.getValueAtTime(s.keyframes[0].t/e,0),i[1]=a.getValueAtTime(a.keyframes[0].t/e,0)):s._caching.lastFrame+s.offsetTime>=s.keyframes[s.keyframes.length-1].t?(r[0]=s.getValueAtTime(s.keyframes[s.keyframes.length-1].t/e,0),r[1]=a.getValueAtTime(a.keyframes[a.keyframes.length-1].t/e,0),i[0]=s.getValueAtTime((s.keyframes[s.keyframes.length-1].t-.01)/e,0),i[1]=a.getValueAtTime((a.keyframes[a.keyframes.length-1].t-.01)/e,0)):(r=[s.pv,a.pv],i[0]=s.getValueAtTime((s._caching.lastFrame+s.offsetTime-.01)/e,s.offsetTime),i[1]=a.getValueAtTime((a._caching.lastFrame+a.offsetTime-.01)/e,a.offsetTime))}else r=i=n;this.v.rotate(-Math.atan2(r[1]-i[1],r[0]-i[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}},precalculateMatrix:function(){if(!this.a.k&&(this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1,!this.s.effectsSequence.length)){if(this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2,this.sk){if(this.sk.effectsSequence.length||this.sa.effectsSequence.length)return;this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3}this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):this.rz.effectsSequence.length||this.ry.effectsSequence.length||this.rx.effectsSequence.length||this.or.effectsSequence.length||(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}},autoOrient:function(){}},extendPrototype([DynamicPropertyContainer],i),i.prototype.addDynamicProperty=function(t){this._addDynamicProperty(t),this.elem.addDynamicProperty(t),this._isDirty=!0},i.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty,{getTransformProperty:function(t,e,r){return new i(t,e,r)}}}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(t,e){this.c=t,this.setLength(e);for(var r=0;r=this._maxLength&&this.doubleArrayLength(),r){case"v":a=this.v;break;case"i":a=this.i;break;case"o":a=this.o;break;default:a=[]}(!a[i]||a[i]&&!s)&&(a[i]=pointPool.newElement()),a[i][0]=t,a[i][1]=e},ShapePath.prototype.setTripleAt=function(t,e,r,i,s,a,n,o){this.setXYAt(t,e,"v",n,o),this.setXYAt(r,i,"o",n,o),this.setXYAt(s,a,"i",n,o)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,r=this.o,i=this.i,s=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],i[0][0],i[0][1],r[0][0],r[0][1],0,!1),s=1);var a,n=this._length-1,o=this._length;for(a=s;a=c[c.length-1].t-this.offsetTime)i=c[c.length-1].s?c[c.length-1].s[0]:c[c.length-2].e[0],a=!0;else{for(var d,u,y,g=f,v=c.length-1,b=!0;b&&(d=c[g],!((u=c[g+1]).t-this.offsetTime>t));)g=u.t-this.offsetTime)p=1;else if(ti+r))p=o.s*s<=i?0:(o.s*s-i)/r,m=o.e*s>=i+r?1:(o.e*s-i)/r,h.push([p,m])}return h.length||h.push([0,0]),h},TrimModifier.prototype.releasePathsData=function(t){var e,r=t.length;for(e=0;ee.e){r.c=!1;break}e.s<=d&&e.e>=d+n.addedLength?(this.addSegment(f[i].v[s-1],f[i].o[s-1],f[i].i[s],f[i].v[s],r,o,y),y=!1):(l=bez.getNewSegment(f[i].v[s-1],f[i].v[s],f[i].o[s-1],f[i].i[s],(e.s-d)/n.addedLength,(e.e-d)/n.addedLength,h[s-1]),this.addSegmentFromArray(l,r,o,y),y=!1,r.c=!1),d+=n.addedLength,o+=1}if(f[i].c&&h.length){if(n=h[s-1],d<=e.e){var g=h[s-1].addedLength;e.s<=d&&e.e>=d+g?(this.addSegment(f[i].v[s-1],f[i].o[s-1],f[i].i[0],f[i].v[0],r,o,y),y=!1):(l=bez.getNewSegment(f[i].v[s-1],f[i].v[0],f[i].o[s-1],f[i].i[0],(e.s-d)/g,(e.e-d)/g,h[s-1]),this.addSegmentFromArray(l,r,o,y),y=!1,r.c=!1)}else r.c=!1;d+=n.addedLength,o+=1}if(r._length&&(r.setXYAt(r.v[p][0],r.v[p][1],"i",p),r.setXYAt(r.v[r._length-1][0],r.v[r._length-1][1],"o",r._length-1)),d>e.e)break;i=d.length&&(m=0,d=u[f+=1]?u[f].points:P.v.c?u[f=m=0].points:(l-=h.partialLength,null)),d&&(c=h,y=(h=d[m]).partialLength));L=T[s].an/2-T[s].add,C.translate(-L,0,0)}else L=T[s].an/2-T[s].add,C.translate(-L,0,0),C.translate(-E[0]*T[s].an*.005,-E[1]*R*.01,0);for(F=0;Fe);)r+=1;return this.keysIndex!==r&&(this.keysIndex=r),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){for(var e,r,i=[],s=0,a=t.length,n=!1;sthis.minimumFontSize&&k=g(o)&&(n=u(0,y(t-o<0?y(h,1)-(o-t):h-t,1))),a(n));if(100!==this.sm.v){var c=.01*this.sm.v;0===c&&(c=1e-8);var d=.5-.5*c;nt-this.layers[e].st&&this.buildItem(e),this.completeLayers=!!this.elements[e]&&this.completeLayers;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 6:return this.createAudio(t);case 13:return this.createCamera(t);case 15:return this.createFootage(t);default:return this.createNull(t)}},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.createAudio=function(t){return new AudioElement(t,this.globalData,this)},BaseRenderer.prototype.createFootage=function(t){return new FootageElement(t,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t=t)return this.threeDElements[e].perspectiveElem;e+=1}return null},HybridRenderer.prototype.createThreeDContainer=function(t,e){var r,i,s=createTag("div");styleDiv(s);var a=createTag("div");if(styleDiv(a),"3d"===e){(r=s.style).width=this.globalData.compSize.w+"px",r.height=this.globalData.compSize.h+"px";var n="50% 50%";r.webkitTransformOrigin=n,r.mozTransformOrigin=n,r.transformOrigin=n;var o="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";(i=a.style).transform=o,i.webkitTransform=o}s.appendChild(a);var h={container:a,perspectiveElem:s,startPos:t,endPos:t,type:e};return this.threeDElements.push(h),h},HybridRenderer.prototype.build3dContainers=function(){var t,e,r=this.layers.length,i="";for(t=0;tt?!0!==this.isInRange&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):!1!==this.isInRange&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var t,e=this.renderableComponents.length;for(t=0;t=t.x+t.width&&this.currentBBox.height+this.currentBBox.y>=t.y+t.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var t=this.tempBoundingBox,e=999999;if(t.x=e,t.xMax=-e,t.y=e,t.yMax=-e,this.calculateBoundingBox(this.itemsData,t),t.width=t.xMaxthis.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e,r,i=this.animationData.layers,s=i.length,a=t.layers,n=a.length;for(r=0;rthis.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},AnimationItem.prototype.renderFrame=function(){if(!1!==this.isLoaded&&this.renderer)try{this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!==t||!0===this.isPaused&&(this.isPaused=!1,this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(t){t&&this.name!==t||!1===this.isPaused&&(this.isPaused=!0,this._idle=!0,this.trigger("_idle"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(t){t&&this.name!==t||(!0===this.isPaused?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!==t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(t){for(var e,r=0;r=this.totalFrames-1&&0=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(e):this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(r=!0,e=this.totalFrames-1):e<0?this.checkSegments(e%this.totalFrames)||(!this.loop||this.playCount--<=0&&!0!==this.loop?(r=!0,e=0):(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0)):this.setCurrentRawFrameValue(e),r&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=t[1]-t[0],this.timeCompleted=this.totalFrames,this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(t,e){var r=-1;this.isPaused&&(this.currentRawFrame+this.firstFramee&&(r=e-t)),this.firstFrame=t,this.totalFrames=e-t,this.timeCompleted=this.totalFrames,-1!==r&&this.goToAndStop(r,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),"object"==typeof t[0]){var r,i=t.length;for(r=0;rdata.k[e].t&&tdata.k[e+1].t-t?(r=e+2,data.k[e+1].t):(r=e+1,data.k[e].t);break}}-1===r&&(r=e+1,i=data.k[e].t)}else i=r=0;var a={};return a.index=r,a.time=i/elem.comp.globalData.frameRate,a}function key(t){var e,r,i;if(!data.k.length||"number"==typeof data.k[0])throw new Error("The property has no keyframe at index "+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[t],"s")?data.k[t].s:data.k[t-1].e;for(i=s.length,r=0;rl.length-1)&&(e=l.length-1),i=p-(s=l[l.length-1-e].t)),"pingpong"===t){if(Math.floor((h-s)/i)%2!=0)return this.getValueAtTime((i-(h-s)%i+s)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var m=this.getValueAtTime(s/this.comp.globalData.frameRate,0),f=this.getValueAtTime(p/this.comp.globalData.frameRate,0),c=this.getValueAtTime(((h-s)%i+s)/this.comp.globalData.frameRate,0),d=Math.floor((h-s)/i);if(this.pv.length){for(n=(o=new Array(m.length)).length,a=0;al.length-1)&&(e=l.length-1),i=(s=l[e].t)-p),"pingpong"===t){if(Math.floor((p-h)/i)%2==0)return this.getValueAtTime(((p-h)%i+p)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var m=this.getValueAtTime(p/this.comp.globalData.frameRate,0),f=this.getValueAtTime(s/this.comp.globalData.frameRate,0),c=this.getValueAtTime((i-(p-h)%i+p)/this.comp.globalData.frameRate,0),d=Math.floor((p-h)/i)+1;if(this.pv.length){for(n=(o=new Array(m.length)).length,a=0;an){var p=o,m=r.c&&o===h-1?0:o+1,f=(n-l)/a[o].addedLength;i=bez.getPointInSegment(r.v[p],r.v[m],r.o[p],r.i[m],f,a[o]);break}l+=a[o].addedLength,o+=1}return i||(i=r.c?[r.v[0][0],r.v[0][1]]:[r.v[r._length-1][0],r.v[r._length-1][1]]),i},vectorOnPath:function(t,e,r){1==t?t=this.v.c:0==t&&(t=.999);var i=this.pointOnPath(t,e),s=this.pointOnPath(t+.001,e),a=s[0]-i[0],n=s[1]-i[1],o=Math.sqrt(Math.pow(a,2)+Math.pow(n,2));return 0===o?[0,0]:"tangent"===r?[a/o,n/o]:[-n/o,a/o]},tangentOnPath:function(t,e){return this.vectorOnPath(t,e,"tangent")},normalOnPath:function(t,e){return this.vectorOnPath(t,e,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([r],t),extendPrototype([r],e),e.prototype.getValueAtTime=function(t){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shapePool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),t*=this.elem.globalData.frameRate,(t-=this.offsetTime)!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime