<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ‌</title>
    <description>The latest articles on DEV Community by ‌ (@tjcommits).</description>
    <link>https://dev.to/tjcommits</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3699197%2Fa9308c98-b2d1-4164-a8cc-31b5fc392f6f.png</url>
      <title>DEV Community: ‌</title>
      <link>https://dev.to/tjcommits</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tjcommits"/>
    <language>en</language>
    <item>
      <title>I built the most over-engineered utility library ever</title>
      <dc:creator>‌</dc:creator>
      <pubDate>Wed, 07 Jan 2026 20:33:28 +0000</pubDate>
      <link>https://dev.to/tjcommits/i-built-the-most-over-engineered-utility-library-ever-hi1</link>
      <guid>https://dev.to/tjcommits/i-built-the-most-over-engineered-utility-library-ever-hi1</guid>
      <description>&lt;p&gt;TL;DR: I created LoLite, a JavaScript utility library that uses 67+ dependencies just to add two numbers, has over 380 passing tests, and over 90% code coverage. It's a parody of over-engineering, but it actually works!&lt;/p&gt;

&lt;h2&gt;
  
  
  What is LoLite?
&lt;/h2&gt;

&lt;p&gt;LoLite is a "10x enterprise-grade" utility library that takes simple operations and makes them use as many npm package as possible. Want to add 2 + 2? Sure, but first we need to import 15 packages!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/enterprise-npm-ai/lolite" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ Full TypeScript Definitions&lt;/li&gt;
&lt;li&gt;✅ 30+ utility functions (arrays, math, logic gates, validation)&lt;/li&gt;
&lt;li&gt;✅ Comprehensive documentation (Code of Conduct, Contributing Guide, Security Policy)&lt;/li&gt;
&lt;li&gt;✅ High test coverage (Over 90%)&lt;/li&gt;
&lt;li&gt;✅ Extreme linting - ESLint with 3 plugins and almost all rules enabled&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Some Examples
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Adding Two Numbers
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;lolite&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;require&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;lolite&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="nx"&gt;console&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;log&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;lolite&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;add&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="c1"&gt;// 7, but with 10+ dependencies!&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  The Dependency Tree
&lt;/h3&gt;

&lt;p&gt;When you run npm list --all, the output is over 10,000 lines! It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every number from 1-100 as individual packages (@positive-numbers/forty-two)&lt;/li&gt;
&lt;li&gt;Every letter of the alphabet (@lowercase-letters/z)&lt;/li&gt;
&lt;li&gt;Hundreds of emoji packages (emoji-poop, emoji-sunglasses)&lt;/li&gt;
&lt;li&gt;Over 100 different is-wds packages from Web Dev Simplified viewers&lt;/li&gt;
&lt;li&gt;Packages like &lt;a href="mailto:nan-is-a-function@67.67.67"&gt;nan-is-a-function@67.67.67&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Please check it out!
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/enterprise-npm-ai/lolite" rel="noopener noreferrer"&gt;Please star the LoLite repository, and check out some of the source code!&lt;/a&gt;. You can also check out some other packages I've made like this one on the &lt;a href="https://github.com/enterprise-npm-ai" rel="noopener noreferrer"&gt;enterprise-npm-ai org&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>npm</category>
      <category>satire</category>
      <category>overengineering</category>
    </item>
  </channel>
</rss>
