What are the possible AOP use cases?

前端 未结 11 2035
孤街浪徒
孤街浪徒 2020-12-23 16:27

I\'d like to make a picture of what are the possible cases for effective involvement of AOP in application design. All I have met so far is:

  • logging-related
11条回答
  •  执笔经年
    2020-12-23 16:34

    INotifyPropertyChanged and similar horrors.

    Basically wherever there is code that looks like this - use an aspect and you are done.

提交回复
热议问题