Thursday, June 26, 2025
30.8 C
Singapore

Jamus Lim Advocates for WP MPs’ Active Role in Town Council Oversight

Workers’ Party MP Jamus Lim took to social media to talk about on-the-ground concerns he’s been involved with, including upcoming next repairs and redecoration.

He admitted that while there’s some merit in the conviction of those who say that “MPs should not be bogged down by town council matters, but rather focus on issues of national importance, leaving estate management to professionals,” he made the case for the significance of day to day, on the groundwork that MPs participate in.

The Sengkang GRC Member of Parliament wrote that he shares the view of WP chief and Leader of the Opposition Pritam Singh  “that estate administration lends us invaluable experience—while also lending confidence—that #workersparty MPs are more than capable of exercising successful oversight of town councils (as well as, by extension, other arms of government).”

Assoc Prof Lim began his post by writing that he had spent several hours walking around with the Anchorvale property and project manager, talking about improvements on several clusters which had been delayed because of the pandemic but were now proceeding.

See also  Jamus Lim says that Anchorvale residents "would even go as far as to use the stairs for fear of being trapped in a malfunctioning elevator"

He acknowledged the concerns of those who believe Members of Parliament should focus on the bigger picture, writing, “After all, we have finite hours in the day, and time spent on the nitty-gritty of the estate does take away from our time devoted toward working on policy matters of national concern.”

However, he underlined that on-ground work is “both meaningful and important.”

And since most residents “see everything as part of the public commons,” he added that MPs “should at least ensure that the appropriate agency takes on the matter, and try our level best to close the loop on cases presented to us.”

And more importantly, having MPs constantly on the ground “means that we would have developed a keen understanding of niggling problems, along with a fresh perspective. 

Indeed, we have tackled some longstanding (and seemingly intractable) bugbears, and taken a crack at resolving them.”

He added that because residents have voted for them, they trust the WP MPs to address their both big and small concerns.

See also  Sylvia Lim calls for voting age lowered to 18, but Chan Chun Sing says gov’t already ‘regularly & proactively’ engages youths on national issues

“We gain precious insight into these during our house visits, estate walks, and meet-the-people sessions. If we do not take an active involvement in helping with the small improvements that make their lives matter, then our job would be, at best, incomplete,” wrote the MP.

/TISG

 

Read also: 

Jamus Lim: Resident shares concerns over migrant professionals crowding out locals – Singapore News 

Resident talks to Jamus Lim about challenges singles face in Singapore 

Resident tells Jamus Lim that higher prices are “too close, too many, can’t breathe” – Singapore News 

Resident tells Jamus Lim ‘In other countries, it’s migrants drove Ubers & Grabs, but it’s other way round in Singapore’

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });