General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Immudzen
Continuous Delivery
comments
Comments by "Immudzen" (@Immudzen) on "Your Programming "Hobby" WON'T Cut It" video.
I recently got my coworkers to do more working meetings. We use vscode and live share so that others can join in and we actually discuss issues while actually looking at the code and also do this for group programming for some problems. It is amazing how much faster you get stuff done when you have a modeler, scientist, and numerics person all working together at the same time looking at the code.
55
@mastermati773 We have been using it to help get newer people up to speed and spread better coding practices. I have also used it to teach people how to get to a better state of code since often it is hard to understand if you only see the start and end point. For instance to refactor some code first we pulled some methods out and made the output only depend on the input. We did this with a bunch of method that will depend on an interface instead of being part of a complicated object. The next step is to refactor the pieces into a designed result object and then theyw ill use that as in interface. if you only see the end result you won't understand how to do that yourself.
2
@jimmyhirr5773 Yeah I have heard of mob programming and I think this is similar. This has been extremely useful to help newer coders, get people up to speed on a project and teach better practices.
1