Skip to content
View 0xWDG's full-sized avatar
💻
Hacking my way around
💻
Hacking my way around
Block or Report

Block or report 0xWDG

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
0xWDG/README.md
class Wesley: Developer {
  let name = "Wesley de Groot"
  let age = 33
  let location: Location = .Netherlands
  let languages: [Languages] = [.Dutch, .English]

  let programmingLanguages = ["Swift", "Objective-C", "JavaScript", "PHP"]
  let markup = ["HTML", "CSS", ""]

  func details() -> String {
      var details = ""
      for detail in Mirror(reflecting: self).children {
          guard let label = detail.label else { continue }
          details.append("\(label.capitalized): \(detail.value)\n")
      }
      return details
  }
}

print(Wesley().details())
// The above doesn't compile? // Just add this "missing" code.
class Developer {
  enum Location { case Netherlands }
  enum Languages { case Dutch, English }
}
Or Run in SwiftFiddle.

Socials

Websites

WesleyDeGroot.nl (personal website), wdg.codes (Blog)

I'm working on

AuroraEditor, CodeEdit, And many more...

Stats

Pinned repo's:

Pinned

  1. AuroraEditor/AuroraEditor AuroraEditor/AuroraEditor Public

    Aurora Editor is a IDE built by the community, for the community, and written in Swift for the best native performance and feel for macOS.

    Swift 939 64

  2. tvOS.js tvOS.js Public

    Javascript Library for TV (Apple TV, AppleTV, ATV)

    JavaScript 48 13

  3. InjectJS InjectJS Public

    Inject JavaScript to all websites!

    Swift 7

  4. SimpleNetworking SimpleNetworking Public

    Simple networking

    Swift 3

  5. Admob-SwiftUI Admob-SwiftUI Public

    Admob support in SwiftUI

    Swift 1