<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lombok on fournm</title>
    <link>https://4nm.us/tags/lombok/</link>
    <description>Recent posts in Lombok from fournm</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 17 Jan 2017 12:45:45 -0800</lastBuildDate>
    <atom:link href="https://4nm.us/tags/lombok/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>lombok and modern js</title>
      <link>https://4nm.us/posts/2017-lombok-and-modern-js/</link>
      <pubDate>Tue, 17 Jan 2017 12:45:45 -0800</pubDate>
      <guid>https://4nm.us/posts/2017-lombok-and-modern-js/</guid>
      
          
              <category>programming</category>
          
              <category>java</category>
          
              <category>javascript</category>
          
              <category>webpack</category>
          
              <category>lombok</category>
          
      
      <description>
        &lt;p&gt;So, I started using a few new-to-me technologies and thought I&amp;rsquo;d write a bit about my experiences with them so far.&lt;/p&gt;&#xA;&lt;p&gt;First up, we have the Lombok library for Java. Lombok is, in short, a decimator of boilerplate in Java through some annotation based magic. You can annotate your boring data objects with &lt;code&gt;@Data&lt;/code&gt; and no longer need to worry about writing required args constructors, getters, setters, hashCode, equals, or toString methods. Each of those can also be done individually, as well, giving a lot of flexibility.  I was playing around with it on a project that was starting to get a little too repetitive and was thoroughly impressed by the amount of mental garbage I was able to remove from most model objects. Lombok checks the strings that you use to configure those properties against the fields on the class automatically, giving warnings and errors as necessary&amp;ndash;none of the standard stringly typed weaknesses here that make you give up help from your compiler.&lt;/p&gt;    
        
          <a href="https://4nm.us/posts/2017-lombok-and-modern-js/">More ...</a>
        
      </description>
    </item>
  </channel>
</rss>
