Possible we should store tags from tags field in YAML format and not in comma-separated format for better maintain. Instead of: `php , web, dev` We should have: ``` - php - web - dev ```