ml-archive / Serpent

A protocol to serialize Swift structs and classes for encoding and decoding.

Home Page:https://nodes-ios.github.io/Serpent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New comment style, indentation issues

dominik-hadl opened this issue · comments

Serpent is still using the old comment style, which is no longer recommended by Apple, so we should switch to the new standard (/// on each line).

There's also some indentation issues in the project, which should be fixed. (maybe we could implement SwiftLint?)

commented

@NickSkull Should this be in 2.0? Or a minor update?

Let's do it along version 2.0 updates.

commented

Fixed in #151