mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
620 B
620 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| When I'm converting data into a different structure, one thing I like to do is annotate how the structure looks at each point of the process | 1308823625194233867 | 1-rt-1-tip | samuelstancl |
|
2020-09-23T17:40:43+00:00 | when-im-converting-data-into-a-different-structure-one-thing-i-like-to-do-is-annotate-how-the-structure-looks-at-each-point-of-the-process |
I developed this habit when I was building a lot of data conversion scripts in Python, but it's 100% applicable in PHP as well.