How to make a door with the fastest and lowest possible code

Unsure of whether this belongs here, but I made a video on how to create the fastest door with the lowest possible amount of code, with the intention of introducing my audience to key programming concepts including:

  • How hardware works with code;
  • Client / Server boundaries;
  • Events;
  • Data types;
  • Object-oriented programming;
  • Functions;
  • Ternary operators

With step-by-step examples at the end.

(If this constitutes a low-effort post due to the instructions being in video format, please let me know & forgive my ignorance).

3 Likes

It’s a good tutorial but i generally think that you explained way too many stuff just for a simple door. Im pretty sure you should’ve just explained how tenary operators worked

3 Likes

I agree with @zaydoudou, the video is very imformative, but for any beginners looking for help, it can be scary. I think a multi-video collection should be made, first introducing easy methods to code, and as the videos progress, introduce better ways.

2 Likes

Thanks for the feedback @noblemaxx and @zaydoudou, will take that on-board.

Maybe it is a better idea to break a video project like that into smaller, more manageable videos. Probably quicker upload times too!

1 Like