Simple text scanner/parser

6 Likes

You can consider

  1. Doing away with the silliness of having to specify implicit none in modern code, or

  2. Care to introduce implicit none in each interface declaration in each of your interface bodies, or

  3. View your code as “ain’t broke” (otherwise why would you announce it here), so “don’t fix it”!!

What would you choose?

#2?

We have discussed this false choice before. No one is required now to declare implicit none in an interface body. If all entities are explicitly typed, then the implicit none declaration is redundant.