christian-schw / www.christian-schwanse.com

A portfolio website where I present myself, skills, work experience and projects. Only vanilla HTML, CSS and JS used.
http://www.christian-schwanse.com
4 stars 0 forks source link

Code-Refactoring: main.css #21

Closed christian-schw closed 1 month ago

christian-schw commented 2 months ago

As a developer I need the main.css to be refactored (e. g. split in multiple files or change rules) So that code is easier to maintain and to improve maintainability and scalability because it's getting bigger and more confusing

Details and Assumptions:

Image

Acceptance Criteria:

1) Acceptance Criteria: Given I want to change the CSS-code When opening the folder structure Then I don't want to waste more than 5 seconds looking for the right CSS file

2) Acceptance Criteria: Given I want to change the CSS-code When opening a CSS-file Then I don't want to waste more than 5 seconds looking for the right place in the CSS file

christian-schw commented 1 month ago

I did not split it, but kept the previous structure and added hints + table of contents in main.css.

Image