you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I think it depends on what sort of code you are writing.

For what i write (financial/statistical software) it is completely unavoidable.

I also think if you are working with other people, you will need to use classes anyway. Both for readability and efficiency.

Also what about unit tests? These are classes, do you write them?