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

Block or report 0xWDG

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.

Latest Blog Post

@ViewBuilder in Swift

Highlighted Application

Just selfie

Highlighted Project

AuroraEditor

Socials

Websites

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

I'm working on

AuroraEditor, CodeEdit, And many more...

Stats

committers.top badge

Pinned repo's:

Pinned Loading

  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 1k 68

  2. tvOS.js tvOS.js Public

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

    JavaScript 48 13

  3. SimpleNetworking SimpleNetworking Public

    Simple networking is a Swift library for handling network requests. It is built on top of URLSession and provides a simple and easy-to-use interface for making network requests. the key features of…

    Swift 3 1

  4. DynamicUI DynamicUI Public

    Create a SwiftUI user interface through a JSON file. The JSON file will contain the structure of the user interface, and the program will create the user interface based on the JSON file.

    Swift 8

  5. Admob-SwiftUI Admob-SwiftUI Public

    Admob support in SwiftUI

    Swift 1

  6. InjectJS InjectJS Public

    Inject JavaScript to all websites!

    Swift 7