Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Depends on the abstraction method... It's not hard if you're abstracting it as domain-oriented calls :)
addHeader()
addTitle()
addIntro()
etc -
@netikras Imagine this:
A library to generate tables for a PDF.
Where everything is abstracted in weird ways. -
vane112805yTables and text is easy.
Wait until variables inside text and tables and formatting them with customizable formatters. 😂 -
@vane Yup, would be easy.
Except if you have to wrap every cell of a table inside a 1x1 table because otherwise you are somehow unable to properly set paddings for individual cells.
Related Rants
Abstracted PDF generation is hell.
rant
holy shit
why