5 Useful Swift One-Liners To Write Concise Code

Learn a bunch of one-liners to improve code readability

Artturi Jalli
Better Programming
Published in
2 min readApr 9, 2021

--

Laptop on desk
Photo by Maxwell Nelson on Unsplash.

1. One-Liner If-Else Operator

Did you know that you can replace this simple if-else statement:

--

--