Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
51 views

Is flash card code optimization appropriate for Code Review?

I have considered trying to learn languages using spaced repetition (e.g., http://sivers.org/srs), but in the past my desire to learn the 'best' approach has stopped me from pursuing this method. For ...
6
votes
7answers
266 views

Python - Common Improvements

What are the most common improvements of Python code you've applied or seen applied (to you or someone else) here on codereview?