Skip to content

Commit ad252c3

Browse files
authored
Create Prompt for Identifying Best Practices in ServiceNow Development
The prompt provides a scenario where a developer is tasked with creating a new ServiceNow application for incident management. To ensure the application's quality and efficiency, the developer seeks guidance on ServiceNow development best practices.
1 parent 84b8632 commit ad252c3

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Scenario: You're tasked with developing a new ServiceNow application to automate incident management processes.
2+
You want to ensure that your development aligns with ServiceNow best practices to optimize performance, maintainability, and user experience.
3+
4+
Question:
5+
What are the key ServiceNow development best practices that should be considered when building this incident management application?
6+
Please provide specific examples and recommendations, focusing on areas such as:
7+
8+
Scripting:
9+
How can I write efficient and reusable scripts?
10+
What are the best practices for error handling and logging?
11+
Are there any common scripting pitfalls to avoid?
12+
13+
Data Modeling:
14+
How should I design tables and fields to support the application's functionality?
15+
What are the considerations for normalization and denormalization?
16+
How can I optimize data retrieval and storage performance?
17+
18+
UI Development:
19+
What are the best practices for creating user-friendly and intuitive interfaces?
20+
H ow can I leverage ServiceNow's built-in UI components effectively?
21+
What are some common UI design mistakes to avoid?
22+
23+
Performance Optimization:
24+
How can I identify and address performance bottlenecks in my application?
25+
What are the best practices for optimizing database queries and script execution?
26+
Are there any specific ServiceNow features or settings that can improve performance?
27+
28+
Testing and Quality Assurance:
29+
What types of testing should I conduct to ensure the application's quality?
30+
How can I effectively manage defects and track code changes?
31+
What are some best practices for version control and collaboration?

0 commit comments

Comments
 (0)