简体   繁体   中英

Pseudocode system that connects Humans, Devices, and Remote Control

In one scenario, the problem is solved by making pseudocode or actual code that shows a connection between Humans, Devices, and Remote Control.

I'm thinking about doing the ER diagram first and then making it on OOP based. I'm not actually sure what will be the best approach.

Start from the actual UI. UI/UX Prototyping of the features you want for this interaction will help you see what is important and what's not. From there move to the ER diagram.

Creating the ER diagram you should keep in mind what is important for your app's features and how data will be combined together. Also think about the code, no need to write it nor write pseudocode. Just think about it, whether it's possible or not to accomplish a certain demand. In the case you have doubts, write pseudocode to see it through a bit better.

Then, in the end comes the actual study for the exact techstack you're going to use. SQL or NoSQL or both, and the languages different modules and functionalities might need.

Best of luck,,; And also, don't post all your creative ideas on the inte.net, since other people might steal them ;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM