What Is A Design Doc In Software Engineering? (full example)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ต.ค. 2024

ความคิดเห็น • 185

  • @clem
    @clem  4 ปีที่แล้ว +57

    Hope you all find this video enlightening! And by the way, for those of you who are curious about the Data Structures crash course on AlgoExpert, it’s coming out _very_ soon-just a few more days (from December 9th, 2019)!

    • @arunnair8915
      @arunnair8915 4 ปีที่แล้ว

      Wow, so will it be free for the members. And what language it will be, please make it in c++

    • @chervilious
      @chervilious 4 ปีที่แล้ว

      :

    • @datapointswithnansonly1560
      @datapointswithnansonly1560 4 ปีที่แล้ว

      Would there be a course on System design, in future?

    • @danielpoul2184
      @danielpoul2184 4 ปีที่แล้ว

      Hi can i have your help please, am working on my project how to communicate to a machine but current its hard for me to make the machine understand that i have finish to talk now it the time for it to reply can you help me how i can work on this my email is danielpoul.dp@gmail.com

  • @danteanditzel
    @danteanditzel 3 ปีที่แล้ว +18

    Thank you for sharing all of this great knowledge and advice Clement 🙌🏽 Here are the TIMESTAMPS for those that need it ✨
    1:05 What is a Design Doc?
    4:40 Design Document Example

  • @BiancaAguglia
    @BiancaAguglia 4 ปีที่แล้ว +89

    I think it was Blaise Pascal who, in a letter to a friend, said, "I'm sorry for writing such a long letter. I didn't have the time to write a shorter one." 😊
    Good, clear writing is not easy, even for something as practical and prosaic as design docs. Like you said though, there are benefits and there are downsides to design docs. When the benefits outweigh the downsides, take the time to write a good design doc. 😊
    Thank you for this video. It was useful and fun, as usual.

    • @clem
      @clem  4 ปีที่แล้ว +10

      This is actually one of my favorite quotes of all time, and I occasionally add it at the end of very long emails (I also actually took that from one of my managers at Google 😛).

    • @thehamzajunaid
      @thehamzajunaid ปีที่แล้ว

      Mark Twain*

  • @D3FKONMusik123
    @D3FKONMusik123 4 ปีที่แล้ว +80

    Clem's videos are so much more useful and interesting than Tech Lead's videos, at least for me

    • @yunjiehong4649
      @yunjiehong4649 4 ปีที่แล้ว +2

      D3FKON Music™ Maybe tech lead is too eager to ask people to enroll in his class, and many ads

    • @Kakamoga
      @Kakamoga 4 ปีที่แล้ว +14

      As a millionaire I have to disagree

    • @jc-depre
      @jc-depre 4 ปีที่แล้ว +8

      why can't you just enjoy both?

    • @annakh9543
      @annakh9543 3 ปีที่แล้ว

      this is exactly what i thought, he is way more informative than techlead.

    • @ngneerin
      @ngneerin 3 ปีที่แล้ว +1

      Clement is a real person, unlike....

  • @purovenezolano14
    @purovenezolano14 3 ปีที่แล้ว +1

    Really appreciate the light-hearted humour mixed into the video. Makes it all the more digestible.

  • @xpfe5zrm
    @xpfe5zrm 4 ปีที่แล้ว +19

    Your transitions and humor is great. I just feel obligated to smash that like button on every video.
    Can't wait to dive into AlgoExpert in the next coming weeks. Finishing up school for the semester & it's my last one after 5 1/2 years of work!

    • @clem
      @clem  4 ปีที่แล้ว +1

      Love this comment; thanks a lot, and I hope you find AlgoExpert useful!

  • @anirbandey303
    @anirbandey303 4 ปีที่แล้ว +2

    I had Software Engineering subject last semester, learned all about SDLCs, SRS Documentations, UML diagrams, Testing, etc. I feel will help me in the long run.

  • @davidlie-tjauw5021
    @davidlie-tjauw5021 4 ปีที่แล้ว +7

    Whenever I write a PRD (think of it like a product manager's version of a design doc), I include an "Open Questions" section where the whole team writes down questions about tricky edge cases that dont have clear answers. I then prioritize each open question (P0, P1, P2, etc) based on urgency so we all know what to devote our attention to and which questions (though important) arent really worth answering at the moment.
    Super recommend to all doc writers!

    • @clem
      @clem  4 ปีที่แล้ว +1

      Spoken like a true ex-Googler!

  • @heraldo623
    @heraldo623 4 ปีที่แล้ว +12

    Design Doc: implement the feature using natural language, so other people can easily understand how it works.
    Code: implement the feature in computer programming language, so the machine can make it work.

    • @pharmokan
      @pharmokan 4 ปีที่แล้ว

      and there is your 16 minutes

    • @clem
      @clem  4 ปีที่แล้ว

      Good way to sum it all up!

  • @kille6525
    @kille6525 2 ปีที่แล้ว

    OMG i was treating my design doc as a research paper. And all sorts of other things thanks for the new mindset!

  • @keiwaiou26
    @keiwaiou26 4 ปีที่แล้ว +3

    this is a really informative even for a software engineer w/ a few years of experience!! keep up the great work Clem!

  • @wew6438
    @wew6438 4 ปีที่แล้ว +3

    you're genuine clement. thank you for being that

  • @dev__adi
    @dev__adi 4 ปีที่แล้ว +3

    You're doing great work Clement. So refreshing to see videos about things software engineers have to deal with time to time. Also I love that you covered both the upside and downside of design doc.

  • @newsgroupsusenet5486
    @newsgroupsusenet5486 4 ปีที่แล้ว +4

    In university I have been taught about ER Diagram (backend engineers focus heavily on Database design before any web framework like SpringBoot2(Java)/Hibernate or Phoenix(Elixir)/Ecto) then UML Diagrams (Class, activity diagram) but when I did internship for an average company, there are only UI draw + some notes on the feature. It takes 6 months to design database with a few hundreds of tables but only 2 weeks to implements all the features! Coding is so fast! Ha ha

    • @mayank_upadhyay_19
      @mayank_upadhyay_19 4 ปีที่แล้ว +1

      I would say, designing things for big projects are a big time and resources saver, although the same can't be said for small projects.
      Implementation is fast after completing design documents as it takes away 90% overhead of implementation and is super maintainable.

  • @KhanMuhammadKawserAhmed2
    @KhanMuhammadKawserAhmed2 ปีที่แล้ว

    I love your presentation and content depth! All the best!

  • @matrixRule127
    @matrixRule127 4 ปีที่แล้ว +1

    Thank you, thank you a million thank you! This video couldn't have come at a better time.

  • @hit3894
    @hit3894 4 ปีที่แล้ว +1

    interviewer: what's a design doc.
    me: design doc is a document where you design stuff.
    interviewer: welcome to the team.

  • @unsuspectedbeauty
    @unsuspectedbeauty ปีที่แล้ว

    Am ajuns aici deoarece cautam un tutoria despre tech doc in Confluence si tare mandra sunt de ce aud. Poate ai sau nu origini romanesti, dar oricum ar fi, succes si bravo!

  • @AccessCode101
    @AccessCode101 4 ปีที่แล้ว

    Ok. I was driving and listening to the video when you said about the background. I was the one who mentioned something about it. I had to stop and see it. So now I'm in the middle of the road writing this comment. Thank you Clement for reading suggestion, and that of other's.

  • @dway89
    @dway89 ปีที่แล้ว

    Good start point. I think this video contains only the high level feature description aspect of the design doc . In my experience, the design spec goes quite in details i.e. design pattern, class, methods, use cases, etc. It boils down to what the team standardized for the design doc which actually helps and does not hinder the development.

  • @joanneng9145
    @joanneng9145 4 ปีที่แล้ว

    Thanks Clement for sharing your take on this, I am writing one right now and it really requires a deeper understanding on the technologies you are using, for example I have just learnt so much more about Git after writing a Git workflow for the team.

  • @mayank_upadhyay_19
    @mayank_upadhyay_19 4 ปีที่แล้ว +3

    After going through this video, one thing is clear, I definitely have become a fan of algo expert, I thought it was developed by a big team, but little did I know that there is only a small team of few developers doin that ♥️

  • @chengtie
    @chengtie 4 ปีที่แล้ว +6

    Really love this kind of videos talking about "non-programming" part of building a real-world application/website. There are lots of tutorials about programming, whereas there are much less about design, UI/UX, speed, etc. I would like to see videos about how we could build prettier UI/UX application in small companies, how you work on UI/UX of AlgoExpert...

    • @clem
      @clem  4 ปีที่แล้ว +2

      Really glad you enjoy this type of stuff, and I'm planning on doing more of these other-aspects-of-software-engineering videos!

    • @chengtie
      @chengtie 4 ปีที่แล้ว

      @@clem Thanks for your reply, really looking forward...

    • @chengtie
      @chengtie 4 ปีที่แล้ว

      @@clem Je viens d'apprendre que tu es français... Notre entreprise est en France...

  • @Th3MoL3
    @Th3MoL3 4 ปีที่แล้ว +1

    Great video pal. Very informative explanation for something I was meaning to research but forgot about. Keep in up.

    • @clem
      @clem  4 ปีที่แล้ว

      Awesome; glad you liked it!

  • @christianmengler2169
    @christianmengler2169 4 ปีที่แล้ว +1

    2AM on a Monday, ❤️ your dedication! 🤩 loving your content, keep up the awesome work! 👍

  • @leonballoni4371
    @leonballoni4371 7 หลายเดือนก่อน +1

    a minor observation: it\ seems common to confuse capitalism with trade. Both exists but trade is far older.

  • @aray3542
    @aray3542 4 ปีที่แล้ว +1

    Was looking forward to this one. Thank you!

  • @BobcatMoviesInc
    @BobcatMoviesInc 4 ปีที่แล้ว +1

    Been waiting for this video, thanks! I knew the purpose of a design doc (it's fairly obvious), but I hadn't seen an actual example before. I might just smash the like button for this 😉👍

  • @christinea8763
    @christinea8763 4 ปีที่แล้ว

    So I guess I'm gathering that the mindset for drafting a design doc (as opposed to a white paper) is more like: going into the room with an idea armed with back-up plans to ensure that there is no way for ALL of the time spent on the project will go lemon?
    I was secretly hoping to see a standard template that Google uses, but I guess TC isn't a big issue at most companies. I just thought it would be easier for everyone to read faster if docs were built on a template. (Yes, I did catch you mentioning that sometimes it's just extraneous, depending on the product being designed.) Thank you for sharing your company's, tho. I really enjoyed this one!

  • @harispapadopoulos4295
    @harispapadopoulos4295 4 ปีที่แล้ว +49

    I haven’t seen anyone making the immature joke about the 69K subs so I’ll be the one to make it:
    69K subs!! 😏😏

  • @chaos_monster
    @chaos_monster 4 ปีที่แล้ว

    just as a side note. You can find public design docs from google, for example around angular

  • @CiprianHanga
    @CiprianHanga 4 ปีที่แล้ว

    Yooo, I clicked on the video so fast! Also for some reason I liked it before I even watched it! ;)
    Thank you Clement, this was very informative and also entertaining. Turns out I was already kind of doing it, as I'm always writing down for myself before I start working on things, just to make sure I really know what I want, and to make sure I don't forget along the way why I even started.

  • @himanshusherkar5238
    @himanshusherkar5238 3 ปีที่แล้ว

    Hello sir,my question is little bit different from software engineering. My question is "Do you really know magic or this coin trick is video editing? "
    I am asking, just because I like watching your videos and it gives me right path to my career. Watching your videos is never a waste of time. I continuously learn new things after watching your videos.
    Please don't mind sir.

  • @TechManAkhil
    @TechManAkhil 4 ปีที่แล้ว

    The Best TH-cam channel with very good content.I love this channel soo soo much.Love your channel clement.

  • @backendninja8333
    @backendninja8333 4 ปีที่แล้ว

    Now please make a video about 1) Backend Tech Stacks 2) What is the process you follow to build a feature from concept to backend, frontend to deployment?

  • @aj9706
    @aj9706 4 ปีที่แล้ว

    Clement your videos are so informative,Amazing content.

  • @Fud07EE
    @Fud07EE 3 ปีที่แล้ว

    The contentious part of the design and the comment about using PDF instead of an Email should have been addressed in the PRD if you were working at a big company like Google. But I totally understand that the engineers at startup usually take more responsibilities like defining the product.

  • @chengtie
    @chengtie 4 ปีที่แล้ว +9

    Also, how do you configure your servers (e.g., location, CPU, memories) at AlgoExpert to have a better speed?

  • @sajademad117
    @sajademad117 2 ปีที่แล้ว

    This is so helpful! Thank clem.

  • @sidforreal
    @sidforreal 4 ปีที่แล้ว

    pretty interesting video...and important one video for frontend software developers

  • @projectroom9227
    @projectroom9227 2 ปีที่แล้ว

    Thanks, it was informative

  • @hashmsalim8521
    @hashmsalim8521 4 ปีที่แล้ว

    I think design doc is Important because there is always new developers join the company and others they leave, if you don't have design doc the new developers will struggle to understand the software features, i think it's not an option to build a software without documentations and it's a best practices to work and understand this Important part in software engineering life cycle.

  • @twostickes
    @twostickes 3 ปีที่แล้ว

    Great insights and experience, Thanks for this.

  • @SuvobrotoPal
    @SuvobrotoPal 3 ปีที่แล้ว

    Nice video content। Quite informative । Keep making these type of videos Sir

  • @RKO1988
    @RKO1988 4 ปีที่แล้ว +1

    Thanks, Mr Lispy

  • @yotelolailo
    @yotelolailo 4 ปีที่แล้ว

    Amazon design doc culture is exactly the same as at Google. It was interesting to know, as I thought the design doc for everything was only an Amazon thing.

  • @akilhusseinprottoy1921
    @akilhusseinprottoy1921 2 ปีที่แล้ว

    at 3:54 i realized that u were the brilliant guy behind algo expert ads! lol

  • @fortifiedgaze8688
    @fortifiedgaze8688 4 ปีที่แล้ว

    Really funny and nice intro, I played it quite a few times 👍

  • @farhan787
    @farhan787 4 ปีที่แล้ว +2

    I also made a design doc before starting to work on an open source project for Mozilla under Google Summer of Code program this year. My mentor gave me a Project Requirements doc for this.

  • @johnatwood1007
    @johnatwood1007 4 ปีที่แล้ว

    YESSSS THIS IS EXACTLY WHAT I NEED!!!

    • @clem
      @clem  4 ปีที่แล้ว

      Yesssss!!

  • @hoodiegamer9256
    @hoodiegamer9256 4 ปีที่แล้ว

    when you did that magic trick i knew this was gonna be a great video and subbed already. youre hilarious man digging the dad jokes and thank you for the information.

  • @chair_smesh
    @chair_smesh 2 ปีที่แล้ว +1

    I would buy a DesignDocExpert

  • @admiralrohan
    @admiralrohan 4 ปีที่แล้ว +1

    Useful video as always. One question, did you have to work overtime at google?

  • @NamanSancheti26
    @NamanSancheti26 4 ปีที่แล้ว

    Thanks - this was very insightful! :)

  • @lamspam
    @lamspam ปีที่แล้ว

    so learning how to write a design doc is great, but where do you recommend keeping them?

  • @otaviolemos
    @otaviolemos 4 ปีที่แล้ว +4

    Thanks for the video: really informative! I have a question: where are these design docs stored? How are they linked back to the source code that implements the feature? Thanks!

  • @hamedhatami4831
    @hamedhatami4831 2 ปีที่แล้ว

    When it comes to develop some REST API within some micro-services, I suppose we can only have API spec (OpenAPI) as the design doc prior to start implementing the designed APIs ? how does this sound to you ?

  • @skshmpareek
    @skshmpareek 4 ปีที่แล้ว +3

    Do we have lifetime access to algoexpert or it is on monthly basis
    P.S. Love your work and magic

    • @gari2209
      @gari2209 4 ปีที่แล้ว

      It can be accessed for one year after purchasing the course.

    • @skshmpareek
      @skshmpareek 4 ปีที่แล้ว

      @@gari2209 so its for $85/yr

    • @gari2209
      @gari2209 4 ปีที่แล้ว +1

      @@skshmpareek Yes.

  • @driziiD
    @driziiD 4 ปีที่แล้ว

    this was VERY useful

  • @RahulAhire
    @RahulAhire 3 ปีที่แล้ว

    Instead of writing abstract in view drawing rough flow diagram is much more visual and easily understandable

  • @danielk8452
    @danielk8452 4 ปีที่แล้ว +2

    Hello Clement, can we please get a video about some hard/unexpected questions asked during the behavioral round in an one site interview with a big tech company (most notably google) and thanks :)

  • @mohamedh.394
    @mohamedh.394 4 ปีที่แล้ว +1

    Clement,
    I want to use AlgoExpert, but can you tell me how it is different from Leetcode? Why should I invest in AE rather than LC? Thanks.

    • @clem
      @clem  4 ปีที่แล้ว +3

      Apart from the comprehensive video explanations, written solutions, and detailed complexity analysis that we provide for every question, AlgoExpert gives you everything in one platform in a very streamlined and guided format. This "all-in-one-place" aspect of the platform is something that our customers have valued a lot and that sets us apart.

    • @mohamedh.394
      @mohamedh.394 4 ปีที่แล้ว

      @@clem Thank you. I will be making a purchase soon. I have benefited from your youtube content and I do believe that your work is authentic. Thank you and keep it up.

  • @Kreammobile
    @Kreammobile 4 ปีที่แล้ว

    This seems very similar to our developers reviewing the work items in refinement. We discuss how it will be implemented and question the workflow in refinements.
    Is a big goal of this design doc to have multiple teams have discussions asynchronously over contentious issues and a replacement of a refinement in a way or done before refinements?
    Perhaps I'm questioning it's place because our work items are so high level already and not specific and our company is not a Google sized engineering group. Maybe we should do this for large features like you mentioned at the end of the video.
    Great video :)

  • @aldyrasyidabe2035
    @aldyrasyidabe2035 4 ปีที่แล้ว

    Is there a common template when writing design documents for software engineering projects?
    *edit:
    The key takeaways from your example, at least to me, is that it should have the name of the feature to be implemented (e.g. your example design doc is I believe about gamifying your company features); the abstract; and the brief description of that specific changes.

  • @Michael-wz5ck
    @Michael-wz5ck 4 ปีที่แล้ว +1

    So I have a question. I'm currently a junior in CS. I'm been learning python. Better improving on data structures. Just what are things I should learn to better improve my chance of getting hired thank you. Great video.

  • @jalilhaidari9026
    @jalilhaidari9026 ปีที่แล้ว

    Thanks bro! 👍

  • @Scarfior
    @Scarfior 4 ปีที่แล้ว +1

    You don't have to unblur test cases since the tests are sent via a rest call lol :D

  • @yashshelatkar6334
    @yashshelatkar6334 3 ปีที่แล้ว

    Are all design docs, this small? I am told to spec out a solution for one of the features at company.

  • @jason_v12345
    @jason_v12345 4 ปีที่แล้ว

    I would be very reluctant to evaluate a design doc that did not include some sort of graphical representation. I find that when designs are presented too abstractly, as is the case with just a big wall of text, it is too hard to conceptualize the design and often leads to mistaken assumptions about the design's feasibility and appropriateness.

  • @akkshayganesh1136
    @akkshayganesh1136 4 ปีที่แล้ว

    I think you should start with a strong point about the video topic instead of trying to do a scattered intro for it as it is distracting and might make people click away. But I personally like the core content you put out. Just offering my point of view

    • @clem
      @clem  4 ปีที่แล้ว

      Always appreciate the feedback; thanks!

  • @CyberInsights-s5
    @CyberInsights-s5 4 ปีที่แล้ว

    Very informative!

  • @JayTheMachine
    @JayTheMachine 3 ปีที่แล้ว

    Hahahaha your mic catched the coin falling down 😂

  • @wisdomekpotu
    @wisdomekpotu 4 ปีที่แล้ว +1

    Hi clement,
    I was just curious to ask how i can become a world class engineer as yourself.
    Am actually starting out with learning javascript ...using w3schools..etc.
    But am not sure i have the right path to follow And i dont hav indepth knowledge of what it takes. I really would like to be exposed and mentored by you.
    I would really love to know what steps you took when you were starting out and will be ok for me to follow and proberbly land a software engineering job .
    More over i am a student(undergraduate) in africa (Nigeria).
    I would really appreciate a feed back
    Thanks.

  • @kunal_chand
    @kunal_chand 4 ปีที่แล้ว +1

    Lol i got the secret behind your magic trick.
    He dropped the coin just before transferring it to the other hand.
    And if you listen closely, you can hear the coin smashing the floor.

  • @ariellephan
    @ariellephan 4 ปีที่แล้ว +1

    On the topic of AlgoExpert certificate, how about letting users be able to add it to their LinkedIn profile? :)

    • @clem
      @clem  4 ปีที่แล้ว

      Yes, we're planning on doing that!

  • @Yeah_bruv
    @Yeah_bruv 2 ปีที่แล้ว

    Is there not a universal standard for design doc? Similar to PRINCE2 for projects, i.e. a project needs to have as a minimum
    X and Y, otherwise it wouldn’t be considered or classed as a “PRINCE2 project”. Surely there’s something for design docs /
    Software design? Great video !

  • @reaperforever8478
    @reaperforever8478 4 ปีที่แล้ว +1

    This is high quality stuff

    • @clem
      @clem  4 ปีที่แล้ว

      Glad you think so!

    • @reaperforever8478
      @reaperforever8478 4 ปีที่แล้ว

      This content is soo helpful and informative . I want to see u as a billionaire someday

    • @reaperforever8478
      @reaperforever8478 4 ปีที่แล้ว

      After seeing your project for applying at Google , I came up with my own little project , basically a meme website that's displays memes only from a few subreddits sorted by top,

    • @clem
      @clem  4 ปีที่แล้ว +1

      @@reaperforever8478 Awesome, sounds fun and actually pretty useful! And I bet you learnt a lot from doing it.

  • @brandonpearman3361
    @brandonpearman3361 4 ปีที่แล้ว

    Do you know for a fact that anyone actually read those docs? In my experience nobody actually reads them, but say they do. I find it better to get everyone in a room and draw them picture, and get a live discussion happening.

  • @chocolatelover3770
    @chocolatelover3770 3 ปีที่แล้ว

    Are design docs recommended for small startups?

  • @theguitarplayer102
    @theguitarplayer102 4 ปีที่แล้ว +1

    Hi Clement,
    Recently I started a swe internship. Unfortunately, I am running into some serious imposter syndrome. Luckily the person I report to is very kind and has been teaching me some great skills but I feel as I am asking dumb questions and making myself look 'dumb'. As someone who managed and taught interns, do you have any feedback on how to get over/feel better about this?
    P.S I posted this here because I am sure there are more people in my position (or eventually will be) and thank you for all the great content!

    • @clem
      @clem  4 ปีที่แล้ว +2

      Hey! So first of all, the good news is that, as you probably know, you're far from the only person with impostor syndrome. Tons of people, especially in software engineering, have impostor syndrome (I guess if everyone's an impostor, then there's no such thing as actually being an impostor, is there 🤔#mind=blown). But more concretely, what I told all of my interns, repeatedly so, was that there really are no "dumb" questions; your job as a software engineer is to solve problems, and often times that involves asking questions, even ostensibly silly questions. Also, it's very much expected for engineers who are new to a team, project, or codebase to ask questions, and this is particularly true for SWE interns. So overall, I'd say that your mind is likely playing tricks on you. And finally, here's a video I made specifically on impostor syndrome (with actionable advice) that you might find useful: th-cam.com/video/JnZvhzAX9IE/w-d-xo.html

    • @theguitarplayer102
      @theguitarplayer102 4 ปีที่แล้ว

      @@clem Awesome, thank you for that feedback Clement! I will keep it in my back pocket :)

  • @YoannBuzenet
    @YoannBuzenet 4 ปีที่แล้ว

    great content, thanks

  • @slx0371
    @slx0371 4 ปีที่แล้ว

    Are you 100% english? Your name is strange (roman? :D), and if you're not native, your accent is impeccable.

  • @backendninja8333
    @backendninja8333 4 ปีที่แล้ว

    By Design Doc, do you mean overall "System Design Doc"? Or just a feature/problems "Solution Design Doc"?

    • @nateo7045
      @nateo7045 4 ปีที่แล้ว

      Perhaps you should try watching the video

  • @AkashSingh-ee2hm
    @AkashSingh-ee2hm 4 ปีที่แล้ว

    Hi Clem, I am trying to purchase your bundle offer but not able to process!! From India

  • @Jalalx
    @Jalalx 4 ปีที่แล้ว

    Thanks man! Please tell us about development environment setups and tools at Google.

  • @chrisjereza858
    @chrisjereza858 4 ปีที่แล้ว

    wait if you look really closely theres a coin at the beginning and then it suddenly disappears. did anybody else notice that

  • @jeffreystringer
    @jeffreystringer ปีที่แล้ว

    I was going to watch but then the magic trick made me like - I'm out...

  • @JD-sn1lr
    @JD-sn1lr 4 ปีที่แล้ว

    I think you need a design document for your wall design. Oh and TDD.

  • @FRANCZALEZ
    @FRANCZALEZ 4 ปีที่แล้ว +1

    Great video Climent, I am new to SE learning my first language, Python. Is there a way you can share this design doc as a download doc?

  • @nabeelparkar4364
    @nabeelparkar4364 4 ปีที่แล้ว +1

    You can hear the coin fall lol

  • @itsrasterize8898
    @itsrasterize8898 4 ปีที่แล้ว

    Case study in ui/ux design is similar to design doc in software engineering?

  • @ashishbisht980
    @ashishbisht980 4 ปีที่แล้ว

    Like I always say, you are awesome bro :)

  • @AlbertAngmor
    @AlbertAngmor 7 หลายเดือนก่อน

    like button smashed

  • @user-zp1dv4yh5e
    @user-zp1dv4yh5e 4 ปีที่แล้ว

    Are you talking about SRS document?

  • @computeering
    @computeering 4 ปีที่แล้ว

    bro u are awesome

  • @dvlpr
    @dvlpr 4 ปีที่แล้ว +2

    He dropped it (like it's hot lol) 0:03

  • @jaysee3611
    @jaysee3611 3 ปีที่แล้ว

    who's techlead? But I know Clement Mihailescu

  • @airkami
    @airkami 3 หลายเดือนก่อน

    Video starts at 4:40

  • @duval2262
    @duval2262 2 ปีที่แล้ว

    Nice callouses

  • @jackwinterburn7703
    @jackwinterburn7703 4 ปีที่แล้ว

    0:03 you can hear the coin hit the floor 😂