Skip to content
View MohammedFared's full-sized avatar
  • Link Development
  • Maadi, Egypt

Block or report MohammedFared

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Groovy-TDD-Playground Groovy-TDD-Playground Public

    Kotlin

  2. Enum Extensions Enum Extensions
    1
    // Returns valueOf Enum ignoring the case.
    2
    enum class TestingIgnoreCase {
    3
        TEST;
    4
    
                  
    5
        companion object {