Hi everyone,
Would like to know where can I find documents and /or valuable information on UI Path Design Principles,Coding Standard and Best Practices ?
3 Likes
Nagasooraj
(Nagasooraj Suresh)
August 3, 2020, 9:20am
4
UiPath academy has large variety of courses and documentation.
You can refer to all kinds of functionalities available in UiPath with respect to latest trends there.
1 Like
Hi @Siddheshwar_Kore
Hope this thread would help you
Best Practises & Coding Standards:
UiPath Studio Best Practices:
Organizing your project
Reliable - create solid, robust workflows that can handle errors.
Efficient - create a structure that:
Helps to short down development time.
Helps to reduce errors in production.
Maintainable - create a structure that makes it easy to update when needed.
Extendable - new requirements should be able to be implemented easily.
Choose the right layout
The main workflow works best as a Flowchart or a State Machine.
Business logic wor…
What you check for is subjective and will depend on what you or your organisation decides is important.
For our code reviews, we check the code against our documented design best practices for things such as naming conventions of variables, annotations etc. We then check against a checklist which includes items like:
Is the code well structured (correct use of flow chart / state machine / sequence)?
How easy is it to read the code and understand what is happening?
Are actions undertaken in a …
Thanks
Latika
2 Likes