Skip to main content
Improved language
Source Link
jonrsharpe
  • 14.1k
  • 2
  • 36
  • 62

Writing classes is not an aim in itself, it is just a tool. Sometimes it's useful, sometimes it's not. I recommandrecommend the talk stop writing classesStop Writing Classes.

(Also, your Your code looks okOK as it is, even if a few things can be improved. For instance, I'm not sure you use the value i so you probably don't need enumerate.)

Writing classes is not an aim in itself, it is just a tool. Sometimes it's useful, sometimes it's not. I recommand the talk stop writing classes.

(Also, your code looks ok as it is even if a few things can be improved. For instance, I'm not sure you use the value i so you probably don't need enumerate.)

Writing classes is not an aim in itself, it is just a tool. Sometimes it's useful, sometimes it's not. I recommend the talk Stop Writing Classes.

Your code looks OK as it is, even if a few things can be improved. For instance, I'm not sure you use the value i so you probably don't need enumerate.

Source Link
SylvainD
  • 29.8k
  • 1
  • 49
  • 93

Writing classes is not an aim in itself, it is just a tool. Sometimes it's useful, sometimes it's not. I recommand the talk stop writing classes.

(Also, your code looks ok as it is even if a few things can be improved. For instance, I'm not sure you use the value i so you probably don't need enumerate.)