KotlinConf 2019: The Power of Types by Danny Preussler

Recording brought to you by American Express. From Assembler, over Fortran and C to modern Kotlin, we came a long way and improved the way we can express our thoughts in code. One thing that happened during this journey is that languages allow us to use types for our problem domain, independent of the underlying computer architecture. Types became a powerful tool. Types improve readability which probably is the most important aspect of programming! But types also pre
Back to Top