Due to comment size limit, and code clarity in general, what do you think about shortening urls?
Let's assume following url:
http://stackoverflow.com/questions/7024746/equations-equality-test-in-c-or-with-unix-tools-algebra-functions-isomorphis/7236855#7236855
We can shorten it to:
http://stackoverflow.com/questions/7024746//7236855#7236855
My questions are:
- What do you think about this technique?
- Is it safe for the Stack Overflow system, such as internal functionality like "linked questions" on right side, etc?
- Finally, is it recommended to use full urls, or are both forms considered equal?
- Can there be an even shorter form? It might help with comment size limits, because urls are quite long.