Why should I use a human readable file format?

后端 未结 24 1887
日久生厌
日久生厌 2020-12-04 17:53

Why should I use a human readable file format in preference to a binary one? Is there ever a situation when this isn\'t the case?

EDIT: I did have this as an explana

24条回答
  •  北海茫月
    2020-12-04 18:18

    Version control is easier with text formats, because changes can easily be viewed and merged.

    Especially MS-Word is giving us grief in this respect.

提交回复
热议问题