Post
Topic
Board Development & Technical Discussion
Merits 8 from 6 users
Re: Was Satoshi's coding ability considered bad?
by
YarkoL
on 13/11/2018, 14:20:23 UTC
⭐ Merited by dbshck (2) ,bones261 (2) ,vapourminer (1) ,gmaxwell (1) ,OgNasty (1) ,itod (1)
The implementation of transaction states (UTXO) and Bitcoin Script, to
name just two aspects of the total system, indicate a remarkable mind at
work. If it originated from just one person, I would have no reservation using
the word genius.

Also, some more mundane programming constructs like the serialization
routines tell me that the author was well-versed in software design.

I think that the slightly odd choices in the presentation of the original source code
- the fact that it is a Visual Studio project, and the unfinished foundations
of a p2p market - are there because the author(s) wanted it to be easily
adopted by developers while also hinting at the possibilities.