sabberworm / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS

Home Page:http://www.sabberworm.com/blog/2010/6/10/php-css-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discussion: Deprecation policy?

oliverklee opened this issue · comments

I probably would like to split up some methods to better adhere to the single-responsibility principle, and to reduce the number of variables/parameters/return values that mix multiple types.

@sabberworm What's your deprecation policy for this?
a) mark the old method as @deprecated, have (at least) one more minor version release, and remove it in the next major release (e.g., release 8.4.0 with the deprecation, and remove it in 9.0)
b) mark the old method as @deprecated, have (at least) one more minor version release, and remove it in the major after the next major release (e.g,. release 8.4.0 with the deprecation, and remove it in 10.0)