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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This is all fair.  I’m all for code consistency and I do use Credo and I was also a RuboCop user for a long time.  I think adjustments for team preferences are totally fine so long as you have a process for introducing new rules (as you mentioned).  The Elixir community seems to be more accepting of different styles, though, so for me I just consider the formatter law (though many people don’t use it).  My problem with linters is exactly what you were saying in your first post: it doesn’t leave room for “it depends” situations where breaking the rules in certain cases makes sense.  Of course it would be fairly trivial to write a Credo rule to allow <code>_</code> for <code>case</code> catch-alls.  Same for side-effect throw-aways which I would be extra annoyed to have to name.  I actually really like this pattern to mark a call as effectful.  It would be super annoying to have <code>_throwaway = fetch()</code> or <code>_effect = fetch()</code> everywhere.  Like very quickly you’re going to be like, “Uh, ya, duh!”</p>
<p>But yes, I’m getting <em>very</em> bikesheddy here <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20">  I was on this really amazing team and anything low-stakes like this that came up was decided in minutes or less, so like, I gotta bikeshed <em>somewhere</em> <img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="343317" data-batch-url="/posts/batch_likers">
                        2
                      </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/what-do-you-think-about-using-vs-other/66810/22">Post #21</a>
	                </div>
	            </div>
              <div id="likers-container-343317" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="343317"
                     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>