2
Sladix
7y

Today I started a project in which I must parse and extract some features from orders. Features can be product names, options, custom data and more and then do some validations/processing.

The (main) problem ? All I have is a String per order and of course most of the product/options have either change or been deleted.

I want to sudo rm -rf myself 😞

Comments
Add Comment