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 The Transhumanist (talk | contribs) at 00:16, 12 April 2017 (top: Add WikiProject tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconJavaScript Unassessed
WikiProject iconThis article is within the scope of WikiProject JavaScript, a collaborative effort to improve the coverage of articles related to JavaScript, and to the development of user scripts for use 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 importance scale.
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

https://m.wikimediafoundation.org/wiki/Terms_of_Use Slawek Niemierowski 11:49, 23 October 2016 (UTC)

https://creativecommons.org/licenses/by-sa/3.0/ Slawek Niemierowski 11:49, 23 October 2016 (UTC)

https://www.gnu.org/licenses/fdl.html Slawek Niemierowski 11:50, 23 October 2016 (UTC)

https://en.m.wikipedia.org/wiki/User:Hazardousgaming Slawek Niemierowski 11:50, 23 October 2016 (UTC)[reply]

https://en.m.wikipedia.org/wiki/User:Tomjenkins52 Slawek Niemierowski 11:50, 23 October 2016 (UTC) — Preceding unsigned comment added by Slawek Niemierowski (talkcontribs) [reply]

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]

Example

It isn't clear that the for loop example in javascript is slower when a is pre declared in any reasonable number of use cases. — Preceding unsigned comment added by 73.73.227.12 (talk) 21:49, 6 October 2016 (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]