Actions
Feature #5088
closedRefactor and Document vm_method.c / method.h
Feature #5088:
Refactor and Document vm_method.c / method.h
Description
=begin
(not a "Feature" but a "Task")
Refactoring and documentation of the following files:
- source:vm_method.c
- source:method.h
- other indirectly affected files
This will not alter the functionality in any way, but will change only whitespace, structure and naming.
The goals are
- to make the method handling easier to understand.
- to enable more developers to maintain the code
- To simplify processing/implementation of issues: #4893, #5005
- To simplify the completition/extension of the method-handling
- to prepare for a later redesign of vm_method.c (towards "methods are objects")
(patches follow by time, if no objecting is given)
=end
Actions