|
|
|
Ask HN: how can I brief my devs better as non-tech founder?
|
|
2 points
by rafweverbergh
4411 days ago
|
|
I'm a non tech founder working with outside developers (at least until product market fit). I'm mostly doing fine with briefings, but occasionally the developers misunderstand how certain roles and permissions interact. I found an article about "Actor-Role Patterns", which seems like interesting stuff but which is also too advanced for me to create briefings based on it. Ideally, I would provide my developers with a very clear diagram of what the entire application is supposed to do. The problem is: I have no idea where to begin looking. You would help me tremendously by throwing me some breadcrumbs. Thank you in advance! |
|
Bullet-points work great and provide easy references to things like intended file-names, and also provide an easy way to break down a conditional statement.
You need to look into psuedo-code, because in a way, that's what you're looking to provide. Otherwise, you might as well just give the developers and the client a one on one and get out of the way. You have to be providing something that makes the developers life easier then handling all the interaction themselves and that something provided has to be something other than just time.
We need to understand the purpose of the system, how it works into the overall program, how it should look, how it should feel, intended program flow, intended results, we need to know a lot of everything not a little of everything.
You also need to be almost constantly available to answer a quick question. There are just too many issues that may crop up while working on a program, case in point I was working on a project earlier today which featured two different types of an overall master type inside a record of a database. I made a (highly educated) assumption of which type I was using based on context but I could have been wrong. Knowing which sub-type to use was something that wasn't available to me immediately with the information I had on hand and didn't appear to be an issue during our requirements meeting, it only popped up when I was re-checking program flow, specifically error catching. These little things can happen all the time, and the only real way to beat them is communication.