|
|
|
|
|
by hock_ads_ad_hoc
1048 days ago
|
|
Creating abstractions without considering performance is probably the correct approach. It’s much better to at least start with a program with enough abstraction to allow reasoning about how things should work. Save performance concerns for when optimization is seen to be necessary. |
|