fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#specification

1 post1 participant0 posts today

Мне вообще никто не нужен, сам себе погрею ужин. Самодостаточная Data

Привет, на связи Лука. Мне всегда было интересно узнать больше о чистой архитектуре и о том, как построить систему, которая будет простой, но при этом выполнять всё, что от неё требуется. Естественно, без ухода в крайности, результат — наше всё, в булочную на такси не поедем. Со временем вырисовываются какие-то паттерны и принципы, к которым лежит душа. У каждого свои: кто-то горит TDD, кто-то ATDD, FDD, BDD и прочими DD. Я же больше всего прикипел к DDD, причём первая D тут варьируется: угораю как по Domain , так и по Data . И что дальше?

habr.com/ru/articles/889294/

ХабрМне вообще никто не нужен, сам себе погрею ужин. Самодостаточная DataПривет, на связи Лука. Мне всегда было интересно узнать больше о чистой архитектуре и о том, как построить систему, которая будет простой, но при этом выполнять всё, что от неё требуется. Естественно,...

Years ago I started writing a #specification for a family of binary file formats with three goals:

- Extremely simple for mmapped access
- Frozen in time (no versioning)
- No complex algorithms to read/write the data

I still think there's value to those formats, since the tasks they try to ratify come up time and again, and there seems to be no simple equivalent

I never finished it because I feel I still need more feedback. If you're interested, please have a read:

shirakumo.github.io/sf3/

shirakumo.github.ioSF3 SpecificationSF3 - The Simple File Format Family is a specification of a number of simple binary file formats.