blakestone95 / AshkeepersRestWebsite

Website for a community of friends
5 stars 0 forks source link

Feature/add announcement list #76

Closed blakestone95 closed 4 years ago

blakestone95 commented 4 years ago

I was surprised with how easy it was to implement the page. The shared component(s) might need some tweaking later, but I'm a fan of not abstracting too much in advance.

Tetheta commented 4 years ago

Yeah it looks good to me. Agreed DRYing up stuff ahead of time is an anti-pattern. I prefer to wait for at least three instances and then only if I know it's not going to turn into param hell later.