filmov
tv
Unit testing and debugging static methods in Java; Intro Java course Lesson 5 Video 6

Показать описание
This series of videos is suitable for programmers with minimal (or no) programming experience who want to learn Java. This is the thirty-first video in the Introductory Java series, and the sixth video in lesson 5 (static methods). In this video we're going to look at common difficult-to-debug errors that can result when we design a system with static methods, debugging methods, and unit testing methods.
There is a suggested (free) book below that you could read along with the videos lessons. However, the video is very straightforward and can also stand alone or accompany any other introductory Java textbook. Let's have some fun learning to program in Java!
PLAYLIST
BOOK AND WEBSITE RESOURCES
This video is suitable to watch after reading Chapter 4 of Introduction to Programming Using Java, by David J. Eck:
The Elements of Java Style text is available here*:
*As an Amazon Associate I earn from qualifying purchases. Your purchases help me continue to bring you content!
The Open JDK page is here:
The Eclipse IDE page is here:
PRACTICE
You can practice writing parts of the unit testing program here*:
If you want to earn credit for learning to code, take an online course at CCRI! These videos are part of the Java Programming course:
GET THE CODE
The github repository with all of the code examples for Lesson 5 is here:
RESOURCE ATTRIBUTIONS
Java JDK image from Oracle:
Java coffee cup image:
Crawling bug gif retrieved from (edited to remove white background):
"global bug" images generated by Nightcafe and lightly edited and animated
Top secret sticker lightly edited and retrieved from:
Attribution:
carterart
00:00 Welcome and what we're going to talk about
00:45 Difficult to debug errors
07:02 Debugging a program with methods
12:29 Unit testing a method
There is a suggested (free) book below that you could read along with the videos lessons. However, the video is very straightforward and can also stand alone or accompany any other introductory Java textbook. Let's have some fun learning to program in Java!
PLAYLIST
BOOK AND WEBSITE RESOURCES
This video is suitable to watch after reading Chapter 4 of Introduction to Programming Using Java, by David J. Eck:
The Elements of Java Style text is available here*:
*As an Amazon Associate I earn from qualifying purchases. Your purchases help me continue to bring you content!
The Open JDK page is here:
The Eclipse IDE page is here:
PRACTICE
You can practice writing parts of the unit testing program here*:
If you want to earn credit for learning to code, take an online course at CCRI! These videos are part of the Java Programming course:
GET THE CODE
The github repository with all of the code examples for Lesson 5 is here:
RESOURCE ATTRIBUTIONS
Java JDK image from Oracle:
Java coffee cup image:
Crawling bug gif retrieved from (edited to remove white background):
"global bug" images generated by Nightcafe and lightly edited and animated
Top secret sticker lightly edited and retrieved from:
Attribution:
carterart
00:00 Welcome and what we're going to talk about
00:45 Difficult to debug errors
07:02 Debugging a program with methods
12:29 Unit testing a method