Revisiting Effective Java in 2018 (E. Yanaga)

  Рет қаралды 21,122

Devoxx France videos

Devoxx France videos

Күн бұрын

Пікірлер: 17
@zvonimirloegaire4515
@zvonimirloegaire4515 5 жыл бұрын
7:34 factory method, guava check argument, flyweight 16:50 overriding equals, hashcode 26:35 toString, Formattable 30:31 Comparable, guava ComparisonChain, Comparator 34:18 immutable list, sort 37:25 builder 47:31Enum, AttributeConverter 1:04:00 try-with-resources 1:07:35 Functional Interfaces 1:24:30 questions (threadsafe hashcode, code autogeneration) 1:29:28 Functional interfaces with Streams 1:42:58 Method Reference 1:48:02 Identity function 1:49:57 Optional 1:57:03 var 2:04:10 more in immutability and object creation 2:17:30 end, questions 2:23:38 more on method references
@hardsystem9522
@hardsystem9522 5 жыл бұрын
very good
@mvmo4744
@mvmo4744 5 жыл бұрын
23:08 testNonNullity - As far as I can see it will just throw a NullPointerException if the object should really be null. Because the "instance" from which equals is called is null
@tariqboukouyen4841
@tariqboukouyen4841 3 жыл бұрын
Name of the opening song please?
@DevoxxFRvideos
@DevoxxFRvideos 2 жыл бұрын
It's an Audio Jungle song. The intro was created by Nicolas Martignole (@nmartignole). He is also one of the Devoxx FR organizer.
@ΓιωργοςΣταμπολιδης-θ3ξ
@ΓιωργοςΣταμπολιδης-θ3ξ 4 жыл бұрын
Yeah ...guava doesnt work on intellj and cant fix it either -_-
@yvoncolin2537
@yvoncolin2537 5 жыл бұрын
Nice talk. Does anyone know the IDE he is using?
@bandrefilipe
@bandrefilipe 5 жыл бұрын
IntelliJ
@yvoncolin2537
@yvoncolin2537 5 жыл бұрын
Thank you André. I really like this IDE, it seems that there is a little more sugar since I used it
@AkremAYADI
@AkremAYADI 6 жыл бұрын
26:46 the variable result in the method hashCode is useless !
@AlphaCode8
@AlphaCode8 6 жыл бұрын
No, it's not. Using unsynchronized/non-volatile code is only guaranteed to work if there is only 1 read of hashCode because every consecutive read of that field could return 0 even though the first read could already see a different value. Check out the String's hashcode implementation and you'll understand.
@LemonChieff
@LemonChieff 6 жыл бұрын
Most of the code is useless. 90% of it is boilerplate. Java is bad. I want to like it. I keep giving it (public static int) chances; and it keeps disappointing.
@georgemathew2241
@georgemathew2241 6 жыл бұрын
@@LemonChieff WTF are you talking about when you say Java is bad !
@bandrefilipe
@bandrefilipe 5 жыл бұрын
What caused the exception thrown @ 43:34 ?
@iElvish
@iElvish 5 жыл бұрын
I think its that he didnt set title so it was null and the checkState threw the error.
Clean Code with Java8 4 years later (V. Rentea)
46:08
Devoxx FR
Рет қаралды 22 М.
Who's spending her birthday with Harley Quinn on halloween?#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 14 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 122 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 31 МЛН
Revisiting Effective Java in 2019 by Edson Yanaga
47:13
Jfokus
Рет қаралды 22 М.
Effective Java, Third Edition Keepin' it Effective (J. Bloch)
45:58
Serialization - A New Hope
50:53
Java
Рет қаралды 11 М.
Functional Programming in 40 Minutes • Russ Olsen • GOTO 2018
41:35
GOTO Conferences
Рет қаралды 817 М.
Concurrency Concepts in Java by Douglas Hawkins
44:22
Devoxx Poland
Рет қаралды 50 М.
Twelve Ways to Make Code Suck Less by Venkat Subramaniam
1:00:44
Java Streams: Beyond The Basics
49:21
Jfokus
Рет қаралды 73 М.