You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it be interesting, for future use, to have the Compiler class implement an interface with its essential methods defined in the interface ? That would
make future implementations of compilers for other target languages easier, as developers would have a guide
enforce a general "same look-and-feel" between future target languages compilers
be simple good practice ( "program for interfaces instead of for concrete classes" )
The text was updated successfully, but these errors were encountered:
Wouldn't it be interesting, for future use, to have the Compiler class implement an interface with its essential methods defined in the interface ? That would
The text was updated successfully, but these errors were encountered: