BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Is Boilerplate Code Really So Bad?

Is Boilerplate Code Really So Bad?

Bookmarks
45:07

Summary

Trisha Gee explores common coding scenarios using Java and Kotlin, discussing Java's evolution to improve productivity, and why staying up to date with Java can help.

Bio

Trisha Gee has developed Java applications for a range of industries, including finance, manufacturing, technology, open source and non-profit, for companies of all sizes. She has expertise in Java high performance systems, and is passionate about enabling developer productivity. She is a leader of the Sevilla Java User Group, a key member of the London Java Community and a Java Champion.

About the conference

Software is changing the world. QCon empowers software development by facilitating the spread of knowledge and innovation in the developer community. A practitioner-driven conference, QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams.

Recorded at:

Jul 03, 2018

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Kotlin?

    by Jeremiah Adams,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Kotlin may reduce boiler plate, but also locks me into Intellij specific language. It is a tough sell to stake holders to chose language based on lack of boiler plate. Reason? Finding talent and maintaining a codebase for years.

    Also, a mention of Project Lombok makes sense when discussing boiler plate code.

  • Re: Kotlin?

    by William Smith,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Kotlin is open source, on GitHub and licenses under Apache 2.
    github.com/JetBrains/kotlin

    It's also supported in Eclipse etc.

    So I'm not sure that the argument that this locks you in to JetBrains really holds water.

  • Re: Kotlin?

    by Trisha Gee,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Kotlin has seen a lot of success in the Android world, probably because previously they were stuck with Java 6. It's definitely picking up elsewhere as well too though, especially since there's support for it in Spring and other well-used frameworks.

    Agree that Lombok is worth mentioning, but it's really just a patch over some of Java's uglier bits. The goal here was to look at the core of a language, not look at libraries or frameworks.

    I'm still a big fan of Java though personally, I just find I have to apologise for a lot of it to people who have been using other languages!

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT