inspectit-ocelot
                                
                                 inspectit-ocelot copied to clipboard
                                
                                    inspectit-ocelot copied to clipboard
                            
                            
                            
                        Consistent naming of interfaces and their implementations
Currently, the project inconsistently uses the I prefix in interfaces.
E.g., public interface IGenericAction  and public interface CommandExecutor.
We should adhere to a naming convention.
In this ticket, a naming convention for interfaces should be established and the existing interfaces and implementations should be refactored accordingly.
Things to consider
- naming of the interfaces
- use the Iprefix or not?
 
- use the 
- naming of the implementations
- when to use the Implsuffix in the implementations?
 
- when to use the