효과적인 URI는 구조 변경에도 불구하고 변하지 않아야 한다.
유지보수가 용이한 URI의 중요성에 대해 설명하고 있습니다. 좋은 URI는 사이트의 개편이나 파일 이동 등에도 불구하고 지속적으로 기능해야 하며, 이를 위해 내부 구조와는 독립적으로 URI를 설계해야 합니다. 이러한 접근법은 사용자가 기존 링크를 통해 접근하는 데 문제를 발생시키지 않도록 합니다.
Effective URIs should remain stable despite structural changes.
The article discusses the importance of maintaining URIs that are resilient to changes such as site redesigns or file relocations. A good URI should function continuously despite internal adjustments, requiring a design that separates the URI from the underlying file structure. This approach prevents issues for users accessing existing links.