02: Objekt-orientiertes Programmieren in Java, Typen und Variablen, Präzedenz, Wahrheitswertswerte

preview_player
Показать описание
0:00:00 Start
0:05:27 Objekt-orientiertes Programmieren in Java
0:08:34 Grundelemente eines Java-Programms
0:09:26 Typen und Variablen
0:11:00 Datentypen
0:13:42 Die elementaren Datentypen in Java
0:26:02 Präzedenz
0:28:18 Wahrheitswertswerte
0:31:09 Die ganzen Zahlen: byte, short, int , long
0:37:37 Fliesskommazahlen
0:43:24 IEEE 754 - Gleitkommazahlen
0:49:28 ASCII - und Unicode-Zeichen
1:01:57 Variablen
1:04:31 Zuweisung
1:09:59 Attribute setzen
1:12:09 Speicherabbild

E-Learning-Video des ZML
aus der Vorlesungsreihe Programmieren.
Die Vorlesung wurde am KIT gehalten am 30.10.2019
im WINTERSEMESTER 2019/20.

Vorlesungsaufzeichnung:
Рекомендации по теме
Комментарии
Автор

Sometimes, I find it useful to commit half-finished things. One reason is just to have some kind of backup and checkpoint, I do not like create like 10 new classes before commiting, even if actually everything kind of belongs together.


But especially when I am debugging, I usually commit very often, basically everytime i get one more step working or I find out more about the problem, I even commit some test code. But i think for the actual repo, this creates a chaos in the history if you have like 10 commits to fix one bug, and some commits inbetween even break the program.


Is there some smart way to deal with this issue? Or should you just not commit half-done things?

JakobRobert
Автор

Gibt es auch die Möglichkeit die Folien zu bekommen?

xKawaiiMikuChanx