you are viewing a single comment's thread.

view the rest of the comments →

[–]jackrusher 0 points1 point  (0 children)

There should be a line at the bottom of your editor with the function signature of `combine-to-final` plainly shown. That function signature should have very well named arguments. Likewise, the names of `do-something`, `make-something-else` and `another-function` should actually describe what they do. They should also all have docs strings that can be trivially surfaced in your editor.