The LORD declares: “We are meant to be heads and not tails.” Kumbaga sa Linked Lists, isang data structure sa programming, dapat tayo maging isang head para magkaroon ng isang linkage, isang listahan na may ugnayan. Walang linked list ang magawa if we declare ourselves to be tails. Kung gawan ko ito ng code sa C/C++:
struct Myself
{
struct Personalities
{
char *Myself_in_the_Lord;
char *Myself_in_others;
char *Myself_in_myself;
};
struct Myself *next;
};
typedef struct Myself ME;
typedef struct Myself *PointsToME;
/* other functions follow */
main()
{
PointsToME Head;
/* other declarations and statements follow… */
}
…
Ako dapat ay isang taong maging pangunahing tauhan para sa isang grupo o ugnayan na naibabahagi ang buhay sa Diyos, sa ibang tao, at sa sarili.
I am linked to a linked list brought by a group of people who will plant seeds of redemption to a community of free and expressive students. But soon, I’ll declare myself to be a leader of future leaders.
AMEN!