2024-02-09 - How to read source code: Interfaces and Abstract Classes - Chewing the Fat 📈 #7930
Replies: 57 comments
-
I loved the video, nice 1 @AttackOnMorty. Funny enough I was planning on doing the same 1 and then I saw yours go live 😅 |
Beta Was this translation helpful? Give feedback.
-
Great video, very easy to follow and understand. |
Beta Was this translation helpful? Give feedback.
-
Nice work @AttackOnMorty , very clear and easy to follow. Good size for quick learning! |
Beta Was this translation helpful? Give feedback.
-
I like the series style - excited for more! |
Beta Was this translation helpful? Give feedback.
-
Love the idea of a beginner series. Well done 👍 |
Beta Was this translation helpful? Give feedback.
-
Pretty cool video, I think it's odd to start with Interfaces and Abstract classes. They aren't typically the barrier I think of when it comes to teaching new people how to read code. |
Beta Was this translation helpful? Give feedback.
-
Looking forward to diving into more topics on your next episode. Keep up the great work! 👍 |
Beta Was this translation helpful? Give feedback.
-
AAA+++ will watch again |
Beta Was this translation helpful? Give feedback.
-
Am I lost? How did I find myself here! I'm scared and alone in a sea of NERDS!!! |
Beta Was this translation helpful? Give feedback.
-
Great video. Easy to follow with good examples. I would like to see more educational coding videos. |
Beta Was this translation helpful? Give feedback.
-
The examples delivered the lesson well! I'm a fan of the educational series! |
Beta Was this translation helpful? Give feedback.
-
Good video - looking forward to more in this style. |
Beta Was this translation helpful? Give feedback.
-
I'm with Uly, this was mostly over my head but great video. Very well presented Like, awesome job 🏆 |
Beta Was this translation helpful? Give feedback.
-
I find educational videos incredibly engaging and effective. They provide clear explanations and use real-life examples to make complex concepts easy to understand. |
Beta Was this translation helpful? Give feedback.
-
As a SysAdmin... I think I understood the content 🤔. |
Beta Was this translation helpful? Give feedback.
-
Love the video, very easy to understand! |
Beta Was this translation helpful? Give feedback.
-
Great video! But if there is a real world case, the content would be much more persuasive. |
Beta Was this translation helpful? Give feedback.
-
A bit out of my current knowledge 🤣 |
Beta Was this translation helpful? Give feedback.
-
Great video Luke! It's nice to see more educational videos 👍 |
Beta Was this translation helpful? Give feedback.
-
This was a great intro video on the topic and I could see a series like this being quite useful for something like FireBootCamp |
Beta Was this translation helpful? Give feedback.
-
Would think interfaces and classes would be better demonstrated in C# |
Beta Was this translation helpful? Give feedback.
-
Great video Luke ! good clarification in between interface and abstract class. From my understanding interfaces also widely use in Dependency injection where the class used a services (e.g. controller) have no idea on which concrete implementation is injected by using an interface. This make the code easier to maintain (you can easily swap the implementation without breaking other parts of references) |
Beta Was this translation helpful? Give feedback.
-
Great video, I would love to see more content like this. Would be good for it to form part of a playlist too, possibly even become part of FBC. |
Beta Was this translation helpful? Give feedback.
-
Interfaces and abstract classes are not the starting point of reading source code. It's one of the important parts you need to pay attention to. For how to read the source code in full, check out this rule: https://www.ssw.com.au/rules/read-source-code/ |
Beta Was this translation helpful? Give feedback.
-
What a fantastic video by Luke ❤️. |
Beta Was this translation helpful? Give feedback.
-
It definitely helps in many cases with pinpointing where the business logic is at and how it is implemented when working on huge projects. |
Beta Was this translation helpful? Give feedback.
-
It was a nice video, Luke explained very well, with an intelligible flow ! |
Beta Was this translation helpful? Give feedback.
-
Great work Luke, love to see more videos in this style! |
Beta Was this translation helpful? Give feedback.
-
Amazing video Luke! Would love to see more educational videos in the future. |
Beta Was this translation helpful? Give feedback.
-
Great video, I think it would be very helpful when learning about interfaces and abstract classes for the first time! |
Beta Was this translation helpful? Give feedback.
-
Hey SSWers,
Let's talk about How to read source code: Interfaces and Abstract Classes!
https://www.ssw.com.au/rules/read-source-code/
Beta Was this translation helpful? Give feedback.
All reactions