Questions tagged [code-review]

{code-review} asks for a review or possible improvement of the code used to create some output (typically a {diagram} or some structured format like a {title-page}).

asks for a review or possible improvement of the code used to create some output (typically a or some structured format like a ).

Predominantly new users to the environment used to create these structures or diagrams tend to follow basic principles in their creation, which could be sub-optimal. Experienced users may suggest alternatives that are more efficient, both improving readability but also compile-time.

50 questions
6
votes
2 answers

Better idiomatic way to print a centered "starlet" (asterisk)?

I need to print what the publisher calls "a starlet" (asterisk). I devised the code below, but I am not sure if it is a sound code, i.e., it won't cause problems later on, within other commands and the text stream. Is that the idiomatic way to print…
gsl
  • 699
4
votes
1 answer

Newspaper layout

This is the template for my school newspaper that I maintain. It contains bits and pieces from everywhere (we all need to start start somewhere). I am aware that there are probably a lot that I can improve with this file. Right now, it's not…
1
vote
1 answer

Looking for a better layout or style in writing solutions of equations

Before I proceed to write a lot of solutions, I want to adopt a style that I will use consistently in my document. So far I write a solution of an equation as follows. Could you review this ? Any comment, suggestions, improvements to make mine…
Display Name
  • 46,933