General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "8 Design Patterns | Prime Reacts" video.
15:00 That's why I hate pattrens. They give things I do everyday, which aren't special to me, names, and call them patterns. And I'm supposed to know these patterns now. I had no idea what the strategy pattern is. I just pass functions to make my code more generic and that's it.
4
16:30 I recently had a similar problem. My solution was buying bigger screws.
2
8:00 No, if used like this, singeltons are pretty stupid. I just use them when I can't have global state, or I don't have control over the main function or something similar. (only in Unity) And I never define a static method when using them. I just use a public static parameter, or different static methods to access it.
1
14:12 I first heard him saying the N-Keyword :)
1
19:00 I expected facade being something like "struct NodeId(usize);" Internally it's just an integer, but you can't use it like an integer.
1