.frog ๐
2026-03-01 17:01 ๐ท๐บ
Guys, should I write json serialization for my char cli by hand or should i use a library?
(1) Write it by hand! You've started this project to learn, and this is a great opportunity to see how C++ deals with the lack of reflection and it could be fun
(2) Use a library. It's a thing that's been done a bunch of times already by people who know better than you and in a real project you'd probably use a library anyway.
(1) Write it by hand! You've started this project to learn, and this is a great opportunity to see how C++ deals with the lack of reflection and it could be fun
(2) Use a library. It's a thing that's been done a bunch of times already by people who know better than you and in a real project you'd probably use a library anyway.
6