Skip to content

Consider renaming RequestCtx to R #103

Description

@shellforge

Currently the type parameter representing the request context is spelled out as RequestCtx: RequestContext . This originally made (at least some) sense when we had multiple type parameters and we wanted to have some clarity (but now, there is only one type parameter).

I propose changing this simply to R: RequestContext. This will help in 2 ways. One, there will be less confusion on which is the type parameter (R) and which is the trait bound (RequestContext). Second, it will be less verbose, making the code a little bit more concise/cleaner.

@maldrake - thoughts?

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