ProgrammerHumor

keepItHumanReadable

keepItHumanReadable
https://i.redd.it/swzlpr2y11cf1.jpeg
Reddit

Discussion

wanderduene02

Do you have an example for this? Can't imagine source code is not saved as plain text.

6 hours ago
TorbenKoehn

It's probably not about the source code, but the game objects, prefabs/blueprints etc.

In Unity as an example, a prefab is essentially a YAML-file

Greatest advantage is when diffing content, ie in code reviews, to roll back something or just see what was changed exactly. With binary files they have to be replaced 1:1, especially when compression or similar is used, since the output barely matches the previous version. Text-formats can be diffed line-by-line.

6 hours ago
BrokenG502

Presumably OP is referencing things like project settings, scene setups, etc. Possibly also something like unreal's blueprints.

Ofc there are also binary files like 3d models, textures, animations, sounds, sprites, widgets etc, but those don't usually come in human readable formats.

6 hours ago
Spirintus

Unreal Blueprints

5 hours ago
ModeratelyUsefulBot

Hello and thank you for posting to r/programmerhumor! You have previously posted two submissions within the past 24 hours so this submission has been removed. If you intend to repost it later we recommend deleting this one first to prevent other bots from removing it as a duplicate.


BOOP! BLEEP! I am a bot. Concerns? Message /r/programmerhumor. Previous post(s): 1lvsioo, 1lw7hb2, 1lw9mwg | limit: 2 per 1d | next eligibility: 2025-07-10 19:53 UTC

5 hours ago
ProfessionAcademic92

Skill issue

7 hours ago
megaultimatepashe120

who needs version control anyways

5 hours ago