Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An anti-pattern mimics [tag:design-patterns] in that it appears to be a solution to a problem, but in fact has negative effects.

learn more… | top users | synonyms (1)

0
votes
0answers
58 views

Display changes in ui before end of ajax request [closed]

Is-it an anti-pattern to display changes in ui before the end of the ajax request? For example: User click on "like" on a post The ui display that you have liked it in real-time (and increment the ...