by Phreaker00 on 6/11/22, 9:38 AM with 13 comments
I know there are specific UI/UX tools, like Framer, Adobe XD and Sketch. There are also specific methodologies for software architecture, like creating ERDs and flowcharts. Same for the server infrastructure and persistent datastorage.
What I'm looking for is one tool that combines all the various domains of a piece of software with varying levels of complexity. So something that gives a full overview that also allows you to 'zoom in' on specific layers for more detail.
Is there any tool out there that provides this level of varied complexity and global overview? Of do you use something that's not made for it but works well?
by GianFabien on 6/11/22, 11:12 AM
In the meantime, I simply use pen, paper and ring-binder. I tend to write with the granularity of a single page. That is, decompose functionality, etc, so that resulting sketches, etc fit on a single page. I don't fear mostly blank pages. Easier to find stuff as I flip through the pages.
Once I get down to the granularity of a class, function, module, I implement it and mark the page as done with a date. Any key design decisions, discoveries, etc are transcribed into the comments of that source file.
I also use GraphViz to generate some dependency diagrams. SVG files are easy to view with any HTML browser.
by rco8786 on 6/11/22, 11:36 AM
by eternityforest on 6/11/22, 10:37 AM
Heirarchal notes let you organize however you want, you can make your own little wiki to handle the zooming.
I also am very much considering getting some kind of digital drawing device, like a Boogie Board with the smart pen, or else waiting till there's an affordable stylus phone that I like(The Moto Stylus is the only recent cheap one and that lacks wireless charging).
But for now I primarily rely on text for everything, until I'm ready to move into CAD or code or whatever I'm doing.
by dtagames on 6/11/22, 1:25 PM
Iterative designs, rather than full top-down where everything is figured out in advance, have proven to be more flexible and faster to implement. This is part of the "worse is better" philosophy of software design.
by arkitaip on 6/11/22, 11:20 AM
As for UI/UX, give Figma a try. It's powerful, supports all kinds of design work (workshops, sketching, prototypes, presentations) and has a generous free plan.
by _448 on 6/11/22, 2:23 PM
by airbreather on 6/11/22, 5:28 PM
Not appropriate for everything, but for most things I do, can't be beat.
I also wrote my own tool to design/spec/test such designs.
by AndyJado on 6/11/22, 1:11 PM