<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span style="color: rgb(44, 45, 48); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; background-color: rgb(249, 249, 249);" class="">Hi, guys! I recently started to learn Erlang (migrating from Ruby) by reading “Erlang Programming” Cesarini book. After the 3rd chapter there is a task to implement quick sort and I implemented it like this: </span><a href="https://gist.github.com/ka8725/f3fcc264e12bcefa6035" rel="noreferrer" target="_blank" style="box-sizing: border-box; color: rgb(42, 128, 185); text-decoration: none; font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px;" class="">https://gist.github.com/<span class="mention" style="box-sizing: border-box; background-color: rgb(255, 243, 184); background-position: initial initial; background-repeat: initial initial;">ka8725</span>/f3fcc264e12bcefa6035</a><br style="box-sizing: border-box; color: rgb(44, 45, 48); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px;" class=""><span style="color: rgb(44, 45, 48); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; background-color: rgb(249, 249, 249);" class="">It works well, but I have a question that doesn’t allow to sleep me - is it normal practice to do </span><code class="special_formatting" style="box-sizing: border-box; padding: 1px 0px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 0.72rem; color: rgb(204, 34, 85); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(247, 247, 249); border: 1px solid rgb(225, 225, 232); line-height: 0.72rem;"><span class="copyonly" style="box-sizing: border-box; display: inline-block; vertical-align: baseline; height: 0px; background-size: 0px; text-indent: -9999px; font-size: 0px; float: left; text-rendering: auto; -webkit-user-select: none; background-repeat: no-repeat no-repeat;">`</span>reverse<span class="copyonly codecopyonly" style="box-sizing: border-box; display: inline-block; vertical-align: baseline; height: 0px; background-size: 0px; text-indent: -9999px; font-size: 0px; float: left; text-rendering: auto; -webkit-user-select: none; background-repeat: no-repeat no-repeat;">`</span></code><span style="color: rgb(44, 45, 48); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; background-color: rgb(249, 249, 249);" class=""> every time when you have an list with opposed direction after a few recursions calls? Is there are other practice to avoid it? Thanks!</span><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">________________</div><div class="">Best Regards,</div><div class="">Andrey Koleshko</div><div class=""><a href="mailto:ka8725@gmail.com" class="">ka8725@gmail.com</a></div><div class=""><br class=""></div></div></div><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>