Skip to content
Scott's Blog
  • Professional Posts
  • Personal Posts
  • Travel Posts

kotlin

  • Home
  • kotlin

DSL Validations: The Whole Enchilada

Posted by By Scott Sosna 2024-03-27Posted insoftware, work
Note: This is part 4 of this tutorial, previous parts are: Part 1: DSL Validations: Properties. Part 2: DSL Validations: Child Properties Part 3: DSL Validations: Operators After introducing the…
Read More

DSL Validations: Operators

Posted by By Scott Sosna 2024-03-24Posted insoftware, work
Operators provide a value for validating properties as a single unit: think of a multi-part conditional check in an if statement. The most obvious operators are logical AND (&&) and…
Read More

DSL Validations: Child Properties

Posted by By Scott Sosna 2024-03-21Posted insoftware, work
Note: This is part 2 of (an expected) 4 part series. Part 1 is found at DSL Validations: Properties. Part 1 introduced the concept of property validators, providing the building…
Read More

DSL Validations: Properties

Posted by By Scott Sosna 2024-03-21Posted insoftware, work
Note: This is post 1 of (an expected) 4 part series. Links to future posts will be added here when published. Whether you aware of it or not, you likely…
Read More

Ignoring Kotlin’s Null Safety

Posted by By Scott Sosna 2024-01-24Posted insoftware, work
So hands up: whom among us has ever written code that threw a NullPointerException? And those with your hands down: you are either lying or have never written software! [And,…
Read More
© 2025 Scott C Sosna. All rights reserved.
Scroll to Top