General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
Kantan Coding
comments
Comments by "p11" (@porky1118) on "Kantan Coding" channel.
Previous
1
Next
...
All
0:10 No, they usually tell me to write unit tests. And I do it when it makes sense. Maybe when I document a library or something.
2
2:10 First feature C doesn't support :)
1
@elpower5226 Everything until that point. But not pattern matching. Because that's mostly a syntax feature.
1
1:55 I hate this. I try to avoid && and || wherever I can. It usually makes code more complicated. Sometimes even if I have to return the same value at multiple places. 2:50 And now it gets worse and worse. Putting stuff into new functions isn't always better. I usually don't do it if I don't reuse it. But sometimes I do it if it allows me to do more early returns, which wouldn't be possible otherwise.
1
Previous
1
Next
...
All