Skip to content

[REVIEW] Blog script for Git in SP#64

Open
ritika-aggarr wants to merge 2 commits intomainfrom
54-Blogpost-need-for-git-in-sp
Open

[REVIEW] Blog script for Git in SP#64
ritika-aggarr wants to merge 2 commits intomainfrom
54-Blogpost-need-for-git-in-sp

Conversation

@ritika-aggarr
Copy link
Collaborator

This blog talks about why and how does Git help in making programming workflows better in SP. This can be one of the topics we add to the white paper as well.

… Git help in making programming workflows better in SP.
@ritika-aggarr ritika-aggarr linked an issue Jan 23, 2026 that may be closed by this pull request
@ritika-aggarr ritika-aggarr marked this pull request as draft January 23, 2026 15:52
@ritika-aggarr ritika-aggarr marked this pull request as ready for review January 23, 2026 15:52
Copy link
Collaborator

@kieranjmartin kieranjmartin left a comment

Choose a reason for hiding this comment

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

This looks great, thanks, some suggestions from today's meeting

Copy link
Collaborator

Choose a reason for hiding this comment

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

git is not technically immutable: depending on settings you can edit git history. Of course with the right set up, you can make it immutable

Copy link
Collaborator

Choose a reason for hiding this comment

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

Worth noting that some practices, such as copying and pasting code, is still possible in Git, but perhaps harder to do: maybe worth saying that Git enables us to do adopt better practice but does not necessarily enforce it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

git does enable it to be easier to clean up bad practices: can merge in branches to clean up.

The main branch helps enforce a single source of truth which encourages better practice.

Git makes bad practice more painful

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I like this piece, will add it to conclusion sections. Thanks, Kieran!

…of lines about better programming practices in the "Food for thought" section.
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.

Need for Git in SP

3 participants

Comments