ITverket
  • Home
  • Diverse
  • Løpegruppa
Subscribe
Tagged

readable code

A collection of 2 posts

To Lombok, or not to Lombok
clean code

To Lombok, or not to Lombok

If you are reading this, chances are that you already know a little about Project Lombok. Perhaps you love it and is looking for additional information to support your righteous claim that Lombok should be used and embraced by everyone in your team. Perhaps you are the other side of

  • Ivan Skodje
Ivan Skodje Oct 4, 2019 • 7 min read
comments

String comment; //this is a comment

// This is the name of the header private String headerName; /** * Returns the name of the header * @return Header name as a String */ public String getHeaderName() { return headerName; } Have you ever seen comments like these? Are you not grateful for it? Don't you just wish you could find that individual and

  • Ivan Skodje
Ivan Skodje Sep 10, 2019 • 10 min read
ITverket © 2022
Powered by Ghost