Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ella Campbell   on Dec 05 In Java Category.

  
Question Answered By: Dustin Dean   on Dec 05

You are absolutely correct, there is almost always a tradeoff between resource
usage and clarity of an API. My personal opinion is to get clarity first and
then deal with performance. Often I have found that focusing on the clarity of
code first results a system which naturally performs well enough. If it doesn't
you can always go back and refactor.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 


Tagged: