Jump to content

Talk:Minification (programming)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 129.13.72.197 (talk) at 07:05, 16 October 2014 (Introduction: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

So.. how many external links do we need, exactly? They outweigh the content of the article like 2-to-1. Markusbradley (talk) 02:45, 30 March 2009 (UTC)[reply]

Good point. This was valid earlier when there were links to dime-a-dozen free online JavaScript minifiers. I've rewritten the article to include only the most important and unique tools and programming libraries. I'll have to rewrite the "web dev" section too, replacing the external link list with a para explaining what they do and why they're useful. On a side note, Wikipedia is missing an article on Content encoding. -- Tom Jenkins (reply) 12:24, 11 August 2009 (UTC)[reply]

I don't see how would external links do any harm as they're not SEO. From my point of view, I worked hard building a CSS minifation tool and writing a very good article on how to dinamically do it with PHP. They were removed for the reason stated above. As long as the information linked is valid, it should stay there, there's no need in removing it. -- Claudiu

Anti minification - code formatting beautifier

I think that the section about "JavaScript formatting beautifier" should be added. Because it is another process, which is the process opposite to Minification, IMHO. See e.g. http://jsbeautifier.org/ -- Andrew Krizhanovsky (talk) 10:07, 22 December 2011 (UTC)[reply]

Minified source code is also very useful for HTML code

Minified source code is also very useful for HTML code. As an example, successive whitespace characters in HTML are rendered as a single space, so replacing all whitespace sequences with single spaces can considerably reduce the size of a page.

This is factually incorrect: CSS can be defined in such a way that whitespace is not collapsed and since CSS is unknown from the point of view of the HTML no assumption can be made about whitespace. -- Fursday 21:04, 1 September 2014 (UTC)[reply]

Introduction

".. though the term obfuscation may be distinguished as a form of false cryptography while a minified code instance may be reversed using a pretty-printer."

How does this contradict the first part of the sentence? --129.13.72.197 (talk) 07:05, 16 October 2014 (UTC)[reply]