Skip to content

Conversation

@monty2464
Copy link
Collaborator

Check to make sure the way I did SDworkshop discription for the event page isn't risky or unsafe. It compiles but idk if there is a better or safer way to do it.


const semesterEnd = '5/31/25'

const descriptionForSDW1 = 'The goal of these classes is to equip you with the skills to model and design on a professional '
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better way to do this is with back ticks: `

Comment on lines +4 to +5
const descriptionForSDW1 = 'The goal of these classes is to equip you with the skills to model and design on a professional '
const descriptionForSDW2 = 'level, as well as create a common ground for all engineers to work together more efficiently and effectively'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const descriptionForSDW1 = 'The goal of these classes is to equip you with the skills to model and design on a professional '
const descriptionForSDW2 = 'level, as well as create a common ground for all engineers to work together more efficiently and effectively'
const description = `The goal of these classes is to equip you with the skills to model and design on a professional
level, as well as create a common ground for all engineers to work together more efficiently and effectively`

Something like this

@monty2464 monty2464 merged commit 90ba736 into master Feb 8, 2025
1 check passed
@monty2464 monty2464 deleted the added_SD_Workshop branch February 19, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants