00:02
All right, continuing that cs journey and still talking a little bit about the communication side and documentation and how that all works.
00:13
And, you know, talking about the other side.
00:16
So the internal documentation here and how that's going to work as well.
00:21
And really, the internal is very different from the external because the internal is for the development team.
00:27
So, you know, if you've got a team of 10 programmers who are all working on a project, together, yeah, they're going to be working on different elements day to day and different features day to day, but their code is going to need to overlap.
00:40
They're going to be using each other's code.
00:43
You know, they're going to have to work with each other's code.
00:46
And that's going to be a lot easier to do with good internal documentation.
00:50
And that typically is done using comments right inside of the code...