I am new to drupal but have experience in creating themes for other CMS and application front end. I want to create a theme in drupal for one of our project. Not sure if I should start developing theme from scatch or use any theme as base theme and then create sub theme from it. can anyone tell me which would be better?
Most of the layouts and css have to be customized if I am using sub theme. Only benefit that i see is, we will get a working theme folder if I got with this approach. My concern with this approach is also that if we forgot to override base theme functionality in sub theme, it can cause issues when base theme updates in future.
Also, is it very difficult to create theme from scratch?