Bought this couple months ago, and am now always looking for more ways to include this for inline-documentation. the fact i can export to clipboard and re-import it and reconstruct all the shapes etc. almost flawlessly is such a big win.
On one hand, this could provide a lot of value as some things are just plain hard to explain using only words. On the other hand, aren't you worried about when someone else comes along and needs to update one of those comments? If they're not aware of this tool, it's either going to be incredibly tedious or simply not going to happen.
Monodraw
31–40 of 196 posts
Re: Monodraw
#3210 USD? how does this compare to asciiflow.com which is free and open-source?
asciiflow.com is great as well.
(Monodraw developer here)
Re: Monodraw
#33Earlier quoted context omitted.
Was this to scratch your own itch or who needs this?
Yeah, it was. After I finished working on the iOS app I was previously involved with, I needed to either find a job or make another app. I was browsing StackOverflow and saw some cool looking ASCII diagrams, thinking to myself "How can I make these easily on macOS?". So that's how the idea was born. I then spent about 1.5yrs from the initial commit until v1 release. Unfortunately, the financials didn't work out, so I…
Re: Monodraw
#34It's a great simple app I use for inline comment diagrams and more importantly server login banners.
I love to login to a server with a customized banner and a tagline. It's just a small joy makes work more fun.
Re: Monodraw
#35Developer of the app here, happy to answer any questions.
Would it be possible to export to text with escape sequences for the colors?
Re: Monodraw
#36Re: Monodraw
#37Developer of the app here, happy to answer any questions.
> Monodraw does not use activation or any other form of DRM. We have complete trust in our customers. Interesting. But, why?
Companies participating in that transformation don't get my money and I'm glad to know that this isn't one of them.
Re: Monodraw
#38Will love to buy this once I get my Mac. Looks great, and also love the perpetual license for $9.99 rather than the host of subscription services, i'll probably end up buying it just to support good practices.
Re: Monodraw
#39Earlier quoted context omitted.
On one hand, this could provide a lot of value as some things are just plain hard to explain using only words. On the other hand, aren't you worried about when someone else comes along and needs to update one of those comments? If they're not aware of this tool, it's either going to be incredibly tedious or simply not going to happen.
Add a one line comment stating that it was edited by monodraw.
Re: Monodraw
#40Bought this couple months ago, and am now always looking for more ways to include this for inline-documentation. the fact i can export to clipboard and re-import it and reconstruct all the shapes etc. almost flawlessly is such a big win.
It's an issue I'm seeing even for comments touching too much on algorithmic stuff. To take a somewhat common example, if you were dealing with a credit card payment flow, where would the explanation of how a transaction goes through a few states asynchronously, which all trigger a webhook callback ?
Obviously the people working on the code need to be aware of that, so documentation is somewhere needed. I've seen people put whole blocks in class headers, other sprinkle it all inside the code, personally I ended up moving it outside of the code. Where would you put it?