René's URL Explorer Experiment


Title: Update code templates using AAA · Issue #145 · utPLSQL/utPLSQL-SQLDeveloper · GitHub

Open Graph Title: Update code templates using AAA · Issue #145 · utPLSQL/utPLSQL-SQLDeveloper

X Title: Update code templates using AAA · Issue #145 · utPLSQL/utPLSQL-SQLDeveloper

Description: The current code template for the PL/SQL package body looks like this (test_ is the default prefix): CREATE OR REPLACE PACKAGE BODY test_[package_name] IS -- -- test -- PROCEDURE [procedure_name] IS l_actual INTEGER := 0; l_expected INTE...

Open Graph Description: The current code template for the PL/SQL package body looks like this (test_ is the default prefix): CREATE OR REPLACE PACKAGE BODY test_[package_name] IS -- -- test -- PROCEDURE [procedure_name] I...

X Description: The current code template for the PL/SQL package body looks like this (test_ is the default prefix): CREATE OR REPLACE PACKAGE BODY test_[package_name] IS -- -- test -- PROCEDURE [procedure_name] I...

Opengraph URL: https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Update code templates using AAA","articleBody":"The current code template for the PL/SQL package body looks like this (`test_` is the default prefix):\r\n\r\n```sql\r\nCREATE OR REPLACE PACKAGE BODY test_[package_name] IS\r\n\r\n   --\r\n   -- test\r\n   --\r\n   PROCEDURE [procedure_name] IS\r\n      l_actual   INTEGER := 0;\r\n      l_expected INTEGER := 1;\r\n   BEGIN\r\n      -- populate actual\r\n      -- ...\r\n   \r\n      -- populate expected\r\n      -- ...\r\n   \r\n      -- assert\r\n      ut.expect(l_actual).to_equal(l_expected);\r\n   END [procedure_name];\r\n\r\nEND test_[package_name];\r\n/\r\n```\r\n\r\nThe body is grouped into three steps. Firstly, populate actual. Secondly, populate expected. Thirdly, assert. \r\n\r\nInstead of these three steps the [Arrange-Act-Assert pattern](https://java-design-patterns.com/patterns/arrange-act-assert/) should be used. It's popular in Unit testing.\r\n\r\nThe new template should look like this:\r\n\r\n```sql\r\ncreate or replace package body test_[package_name] is\r\n\r\n   --\r\n   -- test\r\n   --\r\n   procedure [procedure_name] is\r\n      l_actual   integer := 0;\r\n      l_expected integer := 1;\r\n   begin\r\n      -- arrange\r\n      -- ...\r\n      \r\n      -- act\r\n      -- ...\r\n   \r\n      -- assert\r\n      ut.expect(l_actual).to_equal(l_expected);\r\n   end [procedure_name];\r\n\r\nend test_[package_name];\r\n/\r\n```\r\n\r\nThe other template should be changed accordingly.","author":{"url":"https://github.com/PhilippSalvisberg","@type":"Person","name":"PhilippSalvisberg"},"datePublished":"2022-02-25T07:27:27.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/145/utPLSQL-SQLDeveloper/issues/145"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a2dd16ea-0382-9acc-c3ac-089905a13759
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9E3E:214CC9:E679D4:146032E:696A68C0
html-safe-nonce9f549e16c055d9bfb5e3ffa64dfeac5f92bc8ca32aa50ef111229817fb4f0e4d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RTNFOjIxNENDOTpFNjc5RDQ6MTQ2MDMyRTo2OTZBNjhDMCIsInZpc2l0b3JfaWQiOiIyMjY4MTc2NTQyOTMzMzQ2NDk2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaccb6f6909b00fad5803f308863f27878cc6513099d1614714fa932c28c4084f8d
hovercard-subject-tagissue:1150129893
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL-SQLDeveloper/145/issue_layout
twitter:imagehttps://opengraph.githubassets.com/31687c0bcd7ff63328d4fc33013b2c608051668df69655c48b8ff4c48abb7812/utPLSQL/utPLSQL-SQLDeveloper/issues/145
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/31687c0bcd7ff63328d4fc33013b2c608051668df69655c48b8ff4c48abb7812/utPLSQL/utPLSQL-SQLDeveloper/issues/145
og:image:altThe current code template for the PL/SQL package body looks like this (test_ is the default prefix): CREATE OR REPLACE PACKAGE BODY test_[package_name] IS -- -- test -- PROCEDURE [procedure_name] I...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePhilippSalvisberg
hostnamegithub.com
expected-hostnamegithub.com
None6fea32d5b7276b841b7a803796d9715bc6cfb31ed549fdf9de2948ac25d12ba6
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL-SQLDeveloper git https://github.com/utPLSQL/utPLSQL-SQLDeveloper.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id111097428
octolytics-dimension-repository_nwoutPLSQL/utPLSQL-SQLDeveloper
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id111097428
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL-SQLDeveloper
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef2d9f6432a5a115ec709295ae70623f33bb80aee
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-SQLDeveloper%2Fissues%2F145
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-SQLDeveloper%2Fissues%2F145
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=utPLSQL%2FutPLSQL-SQLDeveloper
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145
utPLSQL https://github.com/utPLSQL
utPLSQL-SQLDeveloperhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-SQLDeveloper
Fork 17 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-SQLDeveloper
Star 66 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-SQLDeveloper
Code https://github.com/utPLSQL/utPLSQL-SQLDeveloper
Issues 2 https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues
Pull requests 1 https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulls
Actions https://github.com/utPLSQL/utPLSQL-SQLDeveloper/actions
Projects 0 https://github.com/utPLSQL/utPLSQL-SQLDeveloper/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/utPLSQL/utPLSQL-SQLDeveloper/security
Please reload this pagehttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145
Insights https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulse
Code https://github.com/utPLSQL/utPLSQL-SQLDeveloper
Issues https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues
Pull requests https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulls
Actions https://github.com/utPLSQL/utPLSQL-SQLDeveloper/actions
Projects https://github.com/utPLSQL/utPLSQL-SQLDeveloper/projects
Security https://github.com/utPLSQL/utPLSQL-SQLDeveloper/security
Insights https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulse
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145
#152https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pull/152
Update code templates using AAAhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145#top
#152https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pull/152
https://github.com/PhilippSalvisberg
enhancementhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=state%3Aopen%20label%3A%22enhancement%22
v1.4.0https://github.com/utPLSQL/utPLSQL-SQLDeveloper/milestone/18
https://github.com/PhilippSalvisberg
https://github.com/PhilippSalvisberg
PhilippSalvisberghttps://github.com/PhilippSalvisberg
on Feb 25, 2022https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/145#issue-1150129893
Arrange-Act-Assert patternhttps://java-design-patterns.com/patterns/arrange-act-assert/
PhilippSalvisberghttps://github.com/PhilippSalvisberg
enhancementhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=state%3Aopen%20label%3A%22enhancement%22
v1.4.0https://github.com/utPLSQL/utPLSQL-SQLDeveloper/milestone/18
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.