Name for a program that converts two formats?

This question is a little silly, but sometimes it’s hard to figure out how to call things right. The conversion will parse the configuration file into XML and vice versa. I want to call the MyCompany.Config2Xml program, but the program should also have the ability to "Xml2Config".

+3
source share
9 answers

The general term is similar to a converter or transformant format (similar to a transcoder). As for the specific names that you are discussing, I think I will go with ConfigConvertor.

0
source

I suggest: ConfigParser

+2
source

SqlDataReader, TextReader, XmlReader .. ConfigReader ConfigWriter.

, .

+2

CC :
ConfigConverter?

+1

ConfigParser, jeffamaphone (+1 ), :

parse-config

:

if ! parse-config < config-file > config.xml; then
    exit 1
fi
+1

, (), , , .

, , {class}. () {class}. (), ConfigParser .

, , {Class}. () {class}. (), - ConfigManager , .

, , , Convert.ToXml() Convert.ToConfig() Translate.FromXml() Translate.FromConfig().

+1

DaTransmogrifier

UberConvertPlus

Xml2Config2Xml

ConfiguratorX

0

'XConTrans'

or just 'Via'

0
source

ConfXmlSwitcher: P

0
source

Source: https://habr.com/ru/post/1714241/


All Articles