<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="288270" data-post-id="288270">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="benwilson512" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/benwilson512/120/1457_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  benwilson512
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Author of Craft GraphQL APIs in Elixir with Absinthe</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Small mod comment: This thread has some really high quality discussion, which is great! Thanks everyone for doing a good job making thoughtful replies.</p>
<p>Some of the disagreement here definitely comes down to what people consider light or heavy weight. If that ends up being a sticking point that the thread loops on unproductively I’m going to start to suggest we call it “done”.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="288270" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-lightweight-libraries-tools-instead-of-phoenix/55851/22">Post #21</a>
	                </div>
	            </div>
              <div id="likers-container-288270" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="288270"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #21"></div>
  </section>
</div>
    <div class="postbit" id="288272" data-post-id="288272">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="BartOtten" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/BartOtten/120/25440_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  BartOtten
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="jarmo" data-post="20" data-topic="55851">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jarmo/48/26312_2.png" class="avatar"> jarmo:</div>
<blockquote>
<p>This again tends to happen when less experienced developers try to do it without following good coding practices and want to create clever code full of magic.</p>
</blockquote>
</aside>
<p>I’ve seen it happening with a group of some of the best (and &gt;15 years experience each) developers I know. They chose Flask because the project did not need all features of Django, and Flask allowed them to build everything around it tailor made: no magic, all very explicit and very very good code.. Documentation was written with good intentions. Each change was reviewed by at least 1 other developer.</p>
<p>But then:</p>
<ul>
<li>
<p>the project was a success; more features were implemented and as the feature set grew, so did the code base. Django was rejected for featuring the things that now had to be tailor made. But as it happened gradually, there was never a good moment ROI wise to switch to Django.</p>
</li>
<li>
<p>currently it is an enormous code base which takes new devs months to ‘get into’ due to the sheer size. The team is in the process of downsizing it…by using 3rd part providers (guess they are cured of the Not Invented Here syndrome)</p>
</li>
<li>
<p>it appeared later on that documentation was riddled with missing “unknown knowns”. They only found out as soon as a new person joined the project and those who had the “unknown knowledge” were far gone.</p>
</li>
<li>
<p>no large community with people knowing the same core code base.</p>
</li>
</ul>
<p>So no, it doen’t only happen with unexperienced devs wanting to be clever. It happens also to those experienced devs. Those who eat code and standard specs for breakfast. Who can do without the magic, document every function, etc…those X10 devs. Those…others….</p>
<p>ps: I think it tends to happen more by experienced devs that try to do it themselves as they think they can do better, think they follow every good coding practices and want to master their own explicit code. Maybe not being smart makes you do smart things <img src="https://forum.elixirforum.com/images/emoji/apple/wink.png?v=15" title=":wink:" class="emoji" alt=":wink:" loading="lazy" width="20" height="20"></p>
<p>“I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.” - Bill Gates</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="288272" data-batch-url="/posts/batch_likers">
                        5
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-lightweight-libraries-tools-instead-of-phoenix/55851/23">Post #22</a>
	                </div>
	            </div>
              <div id="likers-container-288272" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="288272"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #22"></div>
  </section>
</div>
    <div class="postbit" id="288273" data-post-id="288273">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jarmo" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jarmo/120/26312_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jarmo
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="benwilson512" data-post="22" data-topic="55851">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/benwilson512/48/1457_2.png" class="avatar"> benwilson512:</div>
<blockquote>
<p>Some of the disagreement here definitely comes down to what people consider light or heavy weight. If that ends up being a sticking point that the thread loops on unproductively I’m going to start to suggest we call it “done”.</p>
</blockquote>
</aside>
<p>Agree. Let’s consider it “done”. I might create another post when I’ve gotten anywhere with my experimentation and have some specifics to show for discussion. Don’t have any ideas when and if I ever will get to that since there’s always something with higher priority going on.</p>
<p>Anyway, thank you again for everyone chiming in and have a wonderful Elixir experience!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="288273" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-lightweight-libraries-tools-instead-of-phoenix/55851/24">Post #23</a>
	                </div>
	            </div>
              <div id="likers-container-288273" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="288273"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #23"></div>
  </section>
</div>
    <div class="postbit" id="288275" data-post-id="288275">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="jarmo" data-post="20" data-topic="55851">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jarmo/48/26312_2.png" class="avatar"> jarmo:</div>
<blockquote>
<p>I guess I might have not communicated clearly enough.</p>
</blockquote>
</aside>
<p>Not at all, you’re quite articulate in fact. I’d still opine that we are kind of arguing semantics and definitions of words while mostly sticking to our own viewpoints, back and forth, which as Ben said will lead us nowhere.</p>
<p>In the end, none of us has any power over you, most of the posters here are just warning you about the emergent properties of the “fine I’ll do it myself” approach and I think this thread can probably be best summarized as:</p>
<p><em>“The road to hell is paved with good intentions.”</em></p>
<hr>
<p>That being said, I’ll be curious about your insights on how does your pursuit for less [Phoenix] dependencies is going, in the future.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="288275" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/using-lightweight-libraries-tools-instead-of-phoenix/55851/25">Post #24</a>
	                </div>
	            </div>
              <div id="likers-container-288275" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="288275"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>