Skip to content

Not follow standard filename convention #5

@samnang

Description

@samnang

Following Ruby standard filename convention, filename should be all in lowercase and separate each word by underscore, but I see some filenames break this rule:

commonlogger.rb      # CommonLogger
methodoverride.rb    # MethodOverride
showexceptions.rb    # ShowExceptions

I feel it should be

common_logger.rb     # CommonLogger
method_override.rb   # MethodOverride
show_exceptions.rb   # ShowExceptions

Do have any ideas why they have filenames like this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions