I am recommending this channel, thanks for the video. I have moved from an E to a B in computer science because of these detailed videos. Thanks again.
@haguinschool9 ай бұрын
Congrats and keep up the great work!
@kingzmash9124 Жыл бұрын
context sensitive prompts - suggestions for autofilling code. prettyprinting - automatic indentation and color-coding keywords singlestepping - allows the programmer to look at before and after effects of code line-by-line breakpoints - programmer can have the IDE run until a specific line of code to examine the effects of the section before it and also the check the variables.
@haguinschool Жыл бұрын
Great effort and excellent explanation! Keep it up! 💪
@MyKonosTS Жыл бұрын
when writing a program the programmer can use prettyprinting in order to carry out a good program with identation as well as he could use context sensitive prompt in order to have suggestions about the next line on code whereas on testing , the programmer can use single step to check each line of text in case something goes wrong or it is also useful the use of a report window to see each variable change in order to test the program
@haguinschool Жыл бұрын
Hey there, great attempt with detailed explanation!