From 191ff53715a5bc39fde433c70d7eccbd47b9c0b1 Mon Sep 17 00:00:00 2001 From: Artem Date: Wed, 25 Jul 2018 17:47:09 +0300 Subject: [PATCH] Minor text fixes after looking it over on GitHub --- iguana/exchanges/mm2.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iguana/exchanges/mm2.md b/iguana/exchanges/mm2.md index bb144a8ee..4c8add732 100644 --- a/iguana/exchanges/mm2.md +++ b/iguana/exchanges/mm2.md @@ -1,4 +1,4 @@ -# MarketMaker2 +# Market Maker 2 This document will help us track the information related to the MarketMaker Rust rewrite. @@ -19,11 +19,11 @@ Carol, in her talk about rewrites, offers some possible reasons: "*If* you have some code in C or another language, and need to change it, or it’s slow, or it crashes a lot, or no one understands it anymore, THEN maybe a rewrite in Rust would be a good fit. I would also posit that more people are *able* to write production Rust than production C, so if your -team *is* willing to learn Rust, it might actually expand the number of maintainers." -- https://github.com/carols10cents/rust-out-your-c-talk, https://www.youtube.com/watch?v=SKGVItFlK3w +team *is* willing to learn Rust, it might actually expand the number of +maintainers." - https://github.com/carols10cents/rust-out-your-c-talk, https://www.youtube.com/watch?v=SKGVItFlK3w. -And we have some of those: +And we have some of these: -* We *need to change* MarketMaker: A more approachable and reliable API. Ability to embed the MarketMaker in the GUI applications. Ways to more easily deploy it at home by running it from small computers like on a spare mobile phone or on a Raspberry Pi 3. +* We *need to change* the MarketMaker: A more approachable and reliable API. Ability to embed the MarketMaker in the GUI applications. Ways to more easily deploy it at home by running it from small computers like on a spare mobile phone or on a Raspberry Pi 3. * The MarketMaker *crashes a lot*, to quote hyperDEX: "The biggest issue with the MM right now, is bobs crash or does not have the orders in users orderbook, or when users try to do a order it doesnt work or goes unmatched or other random stuff".