Questions tagged [refactoring]
The refactoring tag has no summary.
2 questions
6
votes
4
answers
658
views
How to simplify/refactor this code even more?
The following code origines from a joke in German, visualizing the answer "50 grays of Schade." (see below). The code:
puts 7 x 7 tiles + 1 bigger background tile
distributing in a cyclic ...
6
votes
2
answers
718
views
How to apply refactoring on Latex code?
How to apply refactoring on Latex code?
Questions here on refactoring most frequently state, the OP did or wanted to do some refactoring on Latex code, but struggled with some technicality. Though the ...